Translation components API.

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

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

{
    "total": 120,
    "total_words": 1051,
    "total_chars": 9228,
    "last_change": "2024-04-27T07:45:38.448183Z",
    "recent_changes": 30,
    "translated": 72,
    "translated_words": 535,
    "translated_percent": 60.0,
    "translated_words_percent": 50.9,
    "translated_chars": 4791,
    "translated_chars_percent": 51.9,
    "fuzzy": 17,
    "fuzzy_percent": 14.1,
    "fuzzy_words": 203,
    "fuzzy_words_percent": 19.3,
    "fuzzy_chars": 1854,
    "fuzzy_chars_percent": 20.0,
    "failing": 8,
    "failing_percent": 6.6,
    "approved": 71,
    "approved_percent": 59.1,
    "approved_words": 534,
    "approved_words_percent": 50.8,
    "approved_chars": 4782,
    "approved_chars_percent": 51.8,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/ru/"
}