Translation components API.

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

GET /api/translations/debian-handbook/12_advanced-administration/ar_MA/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 697,
    "total_words": 20914,
    "total_chars": 163691,
    "last_change": "2023-10-12T21:54:44.210211Z",
    "recent_changes": 0,
    "translated": 358,
    "translated_words": 10432,
    "translated_percent": 51.3,
    "translated_words_percent": 49.8,
    "translated_chars": 70509,
    "translated_chars_percent": 43.0,
    "fuzzy": 306,
    "fuzzy_percent": 43.9,
    "fuzzy_words": 9683,
    "fuzzy_words_percent": 46.2,
    "fuzzy_chars": 86713,
    "fuzzy_chars_percent": 52.9,
    "failing": 248,
    "failing_percent": 35.5,
    "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": "ar_MA",
    "name": "Arabic (Morocco)",
    "url": "https://hosted.weblate.org/projects/debian-handbook/12_advanced-administration/ar_MA/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/12_advanced-administration/ar_MA/"
}