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": 769,
    "total_words": 5100,
    "total_chars": 35601,
    "last_change": "2023-02-27T15:43:11.984941Z",
    "recent_changes": 1,
    "translated": 696,
    "translated_words": 4068,
    "translated_percent": 90.5,
    "translated_words_percent": 79.7,
    "translated_chars": 29234,
    "translated_chars_percent": 82.1,
    "fuzzy": 25,
    "fuzzy_percent": 3.2,
    "failing": 20,
    "failing_percent": 2.6,
    "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/"
}