Translation components API.

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

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

{
    "total": 1053,
    "total_words": 8419,
    "total_chars": 52763,
    "last_change": "2023-10-06T20:46:57.980674Z",
    "recent_changes": 1,
    "translated": 670,
    "translated_words": 4982,
    "translated_percent": 63.6,
    "translated_words_percent": 59.1,
    "translated_chars": 31121,
    "translated_chars_percent": 58.9,
    "fuzzy": 6,
    "fuzzy_percent": 0.5,
    "failing": 13,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "code": "is",
    "name": "Icelandic",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/is/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/is/"
}