Translation components API.

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

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

{
    "total": 257,
    "total_words": 2064,
    "total_chars": 13106,
    "last_change": "2023-09-27T19:11:24.420686Z",
    "recent_changes": 1,
    "translated": 235,
    "translated_words": 1900,
    "translated_percent": 91.4,
    "translated_words_percent": 92.0,
    "translated_chars": 11976,
    "translated_chars_percent": 91.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/hr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/hr/"
}