Translation components API.

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

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

{
    "total": 706,
    "total_words": 2962,
    "total_chars": 19116,
    "last_change": "2023-11-15T15:46:46.050676Z",
    "recent_changes": 1,
    "translated": 68,
    "translated_words": 240,
    "translated_percent": 9.6,
    "translated_words_percent": 8.1,
    "translated_chars": 1489,
    "translated_chars_percent": 7.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.2,
    "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/common/zh_Hant/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/zh_Hant/"
}