Translation components API.

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

GET /api/translations/debian-handbook/12_advanced-administration/ja/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:55:01.212509Z",
    "recent_changes": 0,
    "translated": 357,
    "translated_words": 10324,
    "translated_percent": 51.2,
    "translated_words_percent": 49.3,
    "translated_chars": 69818,
    "translated_chars_percent": 42.6,
    "fuzzy": 307,
    "fuzzy_percent": 44.0,
    "fuzzy_words": 9791,
    "fuzzy_words_percent": 46.8,
    "fuzzy_chars": 87404,
    "fuzzy_chars_percent": 53.3,
    "failing": 283,
    "failing_percent": 40.6,
    "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": "ja",
    "name": "Japanese",
    "url": "https://hosted.weblate.org/projects/debian-handbook/12_advanced-administration/ja/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/12_advanced-administration/ja/"
}