Translation components API.

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

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

{
    "total": 42,
    "total_words": 251,
    "total_chars": 1465,
    "last_change": "2023-01-28T17:18:43.298230Z",
    "recent_changes": 1,
    "translated": 25,
    "translated_words": 76,
    "translated_percent": 59.5,
    "translated_words_percent": 30.2,
    "translated_chars": 466,
    "translated_chars_percent": 31.8,
    "fuzzy": 2,
    "fuzzy_percent": 4.7,
    "failing": 1,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://l10n.elementary.io/projects/installer/initial-setup/zh_Hant/",
    "translate_url": "https://l10n.elementary.io/translate/installer/initial-setup/zh_Hant/"
}