Translation components API.

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

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

{
    "total": 755,
    "total_words": 15434,
    "total_chars": 148463,
    "last_change": "2024-03-11T11:01:49.146012Z",
    "recent_changes": 0,
    "translated": 261,
    "translated_words": 5443,
    "translated_percent": 34.5,
    "translated_words_percent": 35.2,
    "translated_chars": 45261,
    "translated_chars_percent": 30.4,
    "fuzzy": 412,
    "fuzzy_percent": 54.5,
    "fuzzy_words": 7426,
    "fuzzy_words_percent": 48.1,
    "fuzzy_chars": 80270,
    "fuzzy_chars_percent": 54.0,
    "failing": 261,
    "failing_percent": 34.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": 151,
    "comments": 1,
    "code": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/debian-handbook/06_apt/ru/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/06_apt/ru/"
}