Translation components API.

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

GET /api/translations/tails/wikisrcsponsors-po/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 210,
    "total_words": 1092,
    "total_chars": 7609,
    "last_change": "2024-09-18T09:32:19.385622Z",
    "recent_changes": 1,
    "translated": 56,
    "translated_words": 180,
    "translated_percent": 26.6,
    "translated_words_percent": 16.4,
    "translated_chars": 1643,
    "translated_chars_percent": 21.5,
    "fuzzy": 11,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 1019,
    "fuzzy_chars_percent": 13.3,
    "failing": 3,
    "failing_percent": 1.4,
    "approved": 52,
    "approved_percent": 24.7,
    "approved_words": 164,
    "approved_words_percent": 15.0,
    "approved_chars": 1485,
    "approved_chars_percent": 19.5,
    "readonly": 3,
    "readonly_percent": 1.4,
    "readonly_words": 12,
    "readonly_words_percent": 1.0,
    "readonly_chars": 118,
    "readonly_chars_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/wikisrcsponsors-po/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcsponsors-po/ru/"
}