Translation components API.

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

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

{
    "total": 908,
    "total_words": 6026,
    "total_chars": 41654,
    "last_change": "2023-02-22T02:09:54.346223Z",
    "recent_changes": 26,
    "translated": 27,
    "translated_words": 52,
    "translated_percent": 2.9,
    "translated_words_percent": 0.8,
    "translated_chars": 434,
    "translated_chars_percent": 1.0,
    "fuzzy": 4,
    "fuzzy_percent": 0.4,
    "failing": 5,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/submission/zh_Hant/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/submission/zh_Hant/"
}