Translation components API.

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

GET /api/translations/pkp-lib/manager/sr_Cyrl/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-28T23:07:44.228621Z",
    "recent_changes": 1,
    "translated": 368,
    "translated_words": 2416,
    "translated_percent": 34.1,
    "translated_words_percent": 28.1,
    "translated_chars": 14959,
    "translated_chars_percent": 27.7,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "failing": 13,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Cyrl",
    "name": "Serbian (cyrillic)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/sr_Cyrl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/sr_Cyrl/"
}