Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116230,
    "last_change": "2024-04-24T12:59:08.960276Z",
    "recent_changes": 0,
    "translated": 77,
    "translated_words": 149,
    "translated_percent": 3.2,
    "translated_words_percent": 1.0,
    "translated_chars": 1051,
    "translated_chars_percent": 0.9,
    "fuzzy": 2290,
    "fuzzy_percent": 96.7,
    "fuzzy_words": 14622,
    "fuzzy_words_percent": 98.9,
    "fuzzy_chars": 115179,
    "fuzzy_chars_percent": 99.0,
    "failing": 1969,
    "failing_percent": 83.1,
    "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": 0,
    "code": "sl",
    "name": "Slovenian",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/sl/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/sl/"
}