Translation components API.

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

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

{
    "total": 348,
    "total_words": 1472,
    "total_chars": 9230,
    "last_change": "2020-09-11T08:10:50.883850Z",
    "recent_changes": 4,
    "translated": 306,
    "translated_words": 1353,
    "translated_percent": 87.9,
    "translated_words_percent": 91.9,
    "translated_chars": 8507,
    "translated_chars_percent": 92.1,
    "fuzzy": 16,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 45,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 283,
    "fuzzy_chars_percent": 3.0,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 1,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translations.documentfoundation.org/projects/libo_online/loleaflet-ui/zh_Hant/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_online/loleaflet-ui/zh_Hant/"
}