Translation components API.

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

GET /api/translations/pkp-lib/submission/is/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": "2025-02-28T23:26:10.220872Z",
    "recent_changes": 1,
    "translated": 692,
    "translated_words": 3999,
    "translated_percent": 76.2,
    "translated_words_percent": 66.3,
    "translated_chars": 28830,
    "translated_chars_percent": 69.2,
    "fuzzy": 29,
    "fuzzy_percent": 3.1,
    "failing": 20,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "is",
    "name": "Icelandic",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/submission/is/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/submission/is/"
}