Translation components API.

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

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

{
    "total": 71,
    "total_words": 875,
    "total_chars": 8717,
    "last_change": "2026-05-01T15:18:51.340048Z",
    "recent_changes": 1,
    "translated": 65,
    "translated_words": 598,
    "translated_percent": 91.5,
    "translated_words_percent": 68.3,
    "translated_chars": 6534,
    "translated_chars_percent": 74.9,
    "fuzzy": 5,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 255,
    "fuzzy_words_percent": 29.1,
    "fuzzy_chars": 2009,
    "fuzzy_chars_percent": 23.0,
    "failing": 3,
    "failing_percent": 4.2,
    "approved": 51,
    "approved_percent": 71.8,
    "approved_words": 485,
    "approved_words_percent": 55.4,
    "approved_chars": 4508,
    "approved_chars_percent": 51.7,
    "readonly": 2,
    "readonly_percent": 2.8,
    "readonly_words": 5,
    "readonly_words_percent": 0.5,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/restart_first_timeinline/de/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_first_timeinline/de/"
}