Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116227,
    "last_change": "2024-04-24T12:57:40.137651Z",
    "recent_changes": 0,
    "translated": 448,
    "translated_words": 1673,
    "translated_percent": 18.9,
    "translated_words_percent": 11.3,
    "translated_chars": 10728,
    "translated_chars_percent": 9.2,
    "fuzzy": 1919,
    "fuzzy_percent": 81.0,
    "fuzzy_words": 13098,
    "fuzzy_words_percent": 88.6,
    "fuzzy_chars": 105499,
    "fuzzy_chars_percent": 90.7,
    "failing": 103,
    "failing_percent": 4.3,
    "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": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/en_GB/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/en_GB/"
}