Translation components API.

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

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

{
    "total": 91,
    "total_words": 1379,
    "total_chars": 10038,
    "last_change": "2025-12-08T09:29:38.985214Z",
    "recent_changes": 3,
    "translated": 56,
    "translated_words": 978,
    "translated_percent": 61.5,
    "translated_words_percent": 70.9,
    "translated_chars": 6903,
    "translated_chars_percent": 68.7,
    "fuzzy": 20,
    "fuzzy_percent": 21.9,
    "fuzzy_words": 208,
    "fuzzy_words_percent": 15.0,
    "fuzzy_chars": 1687,
    "fuzzy_chars_percent": 16.8,
    "failing": 22,
    "failing_percent": 24.1,
    "approved": 42,
    "approved_percent": 46.1,
    "approved_words": 640,
    "approved_words_percent": 46.4,
    "approved_chars": 4478,
    "approved_chars_percent": 44.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/tor_browser/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/tor_browser/ru/"
}