Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/peertube/angular/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116233,
    "last_change": "2024-04-15T09:47:10.480794Z",
    "recent_changes": 0,
    "translated": 2125,
    "translated_words": 12550,
    "translated_percent": 89.7,
    "translated_words_percent": 84.9,
    "translated_chars": 98368,
    "translated_chars_percent": 84.6,
    "fuzzy": 242,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 2221,
    "fuzzy_words_percent": 15.0,
    "fuzzy_chars": 17865,
    "fuzzy_chars_percent": 15.3,
    "failing": 215,
    "failing_percent": 9.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "fa",
    "name": "Persian",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/fa/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/fa/"
}