Translation components API.

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

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

{
    "total": 665,
    "total_words": 2449,
    "total_chars": 17035,
    "last_change": "2024-05-04T06:47:07.923216Z",
    "recent_changes": 0,
    "translated": 573,
    "translated_words": 1964,
    "translated_percent": 86.1,
    "translated_words_percent": 80.1,
    "translated_chars": 13603,
    "translated_chars_percent": 79.8,
    "fuzzy": 74,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 413,
    "fuzzy_words_percent": 16.8,
    "fuzzy_chars": 3049,
    "fuzzy_chars_percent": 17.8,
    "failing": 34,
    "failing_percent": 5.1,
    "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": 12,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://l10n.elementary.io/projects/photos/photos/zh_Hant/",
    "translate_url": "https://l10n.elementary.io/translate/photos/photos/zh_Hant/"
}