Translation components API.

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

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

{
    "total": 52,
    "total_words": 443,
    "total_chars": 4980,
    "last_change": "2024-04-26T10:41:02.085249Z",
    "recent_changes": 13,
    "translated": 29,
    "translated_words": 200,
    "translated_percent": 55.7,
    "translated_words_percent": 45.1,
    "translated_chars": 2211,
    "translated_chars_percent": 44.3,
    "fuzzy": 5,
    "fuzzy_percent": 9.6,
    "fuzzy_words": 93,
    "fuzzy_words_percent": 20.9,
    "fuzzy_chars": 904,
    "fuzzy_chars_percent": 18.1,
    "failing": 5,
    "failing_percent": 9.6,
    "approved": 13,
    "approved_percent": 25.0,
    "approved_words": 53,
    "approved_words_percent": 11.9,
    "approved_chars": 596,
    "approved_chars_percent": 11.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/features/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/features/ru/"
}