Translation components API.

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

GET /api/translations/tusky/tusky/zh_Hant_HK/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 643,
    "total_words": 2477,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:02:14.281435Z",
    "recent_changes": 0,
    "translated": 394,
    "translated_words": 1155,
    "translated_percent": 61.2,
    "translated_words_percent": 46.6,
    "translated_chars": 7010,
    "translated_chars_percent": 45.7,
    "fuzzy": 38,
    "fuzzy_percent": 5.9,
    "fuzzy_words": 222,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 1460,
    "fuzzy_chars_percent": 9.5,
    "failing": 5,
    "failing_percent": 0.7,
    "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": "zh_Hant_HK",
    "name": "Chinese (Traditional, Hong Kong)",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/zh_Hant_HK/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/zh_Hant_HK/"
}