Translation components API.

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

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

{
    "total": 392,
    "total_words": 10507,
    "total_chars": 95153,
    "last_change": "2024-03-11T11:01:48.859769Z",
    "recent_changes": 0,
    "translated": 198,
    "translated_words": 4447,
    "translated_percent": 50.5,
    "translated_words_percent": 42.3,
    "translated_chars": 35656,
    "translated_chars_percent": 37.4,
    "fuzzy": 159,
    "fuzzy_percent": 40.5,
    "fuzzy_words": 4777,
    "fuzzy_words_percent": 45.4,
    "fuzzy_chars": 47480,
    "fuzzy_chars_percent": 49.8,
    "failing": 99,
    "failing_percent": 25.2,
    "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": 6,
    "comments": 2,
    "code": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/debian-handbook/05_packaging-system/ru/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/ru/"
}