Translation components API.

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

GET /api/translations/debian-handbook/92_short-remedial-course/ar_MA/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 250,
    "total_words": 6237,
    "total_chars": 48874,
    "last_change": "2023-10-12T21:55:56.521383Z",
    "recent_changes": 0,
    "translated": 143,
    "translated_words": 4705,
    "translated_percent": 57.2,
    "translated_words_percent": 75.4,
    "translated_chars": 33560,
    "translated_chars_percent": 68.6,
    "fuzzy": 90,
    "fuzzy_percent": 36.0,
    "fuzzy_words": 1121,
    "fuzzy_words_percent": 17.9,
    "fuzzy_chars": 11680,
    "fuzzy_chars_percent": 23.8,
    "failing": 67,
    "failing_percent": 26.8,
    "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/92_short-remedial-course/ar_MA/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/92_short-remedial-course/ar_MA/"
}