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": 85,
    "total_words": 1334,
    "total_chars": 9648,
    "last_change": "2025-09-03T15:56:56.955267Z",
    "recent_changes": 1,
    "translated": 62,
    "translated_words": 1030,
    "translated_percent": 72.9,
    "translated_words_percent": 77.2,
    "translated_chars": 7315,
    "translated_chars_percent": 75.8,
    "fuzzy": 14,
    "fuzzy_percent": 16.4,
    "fuzzy_words": 164,
    "fuzzy_words_percent": 12.2,
    "fuzzy_chars": 1256,
    "fuzzy_chars_percent": 13.0,
    "failing": 10,
    "failing_percent": 11.7,
    "approved": 48,
    "approved_percent": 56.4,
    "approved_words": 692,
    "approved_words_percent": 51.8,
    "approved_chars": 4890,
    "approved_chars_percent": 50.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/"
}