Translation components API.

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

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

{
    "total": 41,
    "total_words": 176,
    "total_chars": 1813,
    "last_change": "2023-12-21T23:21:09.166654Z",
    "recent_changes": 1,
    "translated": 19,
    "translated_words": 72,
    "translated_percent": 46.3,
    "translated_words_percent": 40.9,
    "translated_chars": 823,
    "translated_chars_percent": 45.3,
    "fuzzy": 5,
    "fuzzy_percent": 12.1,
    "fuzzy_words": 22,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 213,
    "fuzzy_chars_percent": 11.7,
    "failing": 1,
    "failing_percent": 2.4,
    "approved": 18,
    "approved_percent": 43.9,
    "approved_words": 70,
    "approved_words_percent": 39.7,
    "approved_chars": 802,
    "approved_chars_percent": 44.2,
    "readonly": 1,
    "readonly_percent": 2.4,
    "readonly_words": 2,
    "readonly_words_percent": 1.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/doc/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/doc/ru/"
}