Translation components API.

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

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

{
    "total": 1078,
    "total_words": 8592,
    "total_chars": 53974,
    "last_change": "2025-02-28T22:58:07.360629Z",
    "recent_changes": 1,
    "translated": 998,
    "translated_words": 7952,
    "translated_percent": 92.5,
    "translated_words_percent": 92.5,
    "translated_chars": 49814,
    "translated_chars_percent": 92.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 21,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/hr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/hr/"
}