Translation components API.

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

GET /api/translations/debian-handbook/04_installation/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 301,
    "total_words": 7593,
    "total_chars": 53670,
    "last_change": "2022-12-23T21:58:26.107065Z",
    "recent_changes": 0,
    "translated": 212,
    "translated_words": 4415,
    "translated_percent": 70.4,
    "translated_words_percent": 58.1,
    "translated_chars": 30940,
    "translated_chars_percent": 57.6,
    "fuzzy": 78,
    "fuzzy_percent": 25.9,
    "fuzzy_words": 2715,
    "fuzzy_words_percent": 35.7,
    "fuzzy_chars": 19654,
    "fuzzy_chars_percent": 36.6,
    "failing": 27,
    "failing_percent": 8.9,
    "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": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/debian-handbook/04_installation/cs/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/04_installation/cs/"
}