Translation components API.

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

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

{
    "total": 94,
    "total_words": 593,
    "total_chars": 6629,
    "last_change": "2026-03-26T15:22:37.700425Z",
    "recent_changes": 1,
    "translated": 81,
    "translated_words": 497,
    "translated_percent": 86.1,
    "translated_words_percent": 83.8,
    "translated_chars": 5398,
    "translated_chars_percent": 81.4,
    "fuzzy": 7,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 68,
    "fuzzy_words_percent": 11.4,
    "fuzzy_chars": 919,
    "fuzzy_chars_percent": 13.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 69,
    "approved_percent": 73.4,
    "approved_words": 374,
    "approved_words_percent": 63.0,
    "approved_chars": 4090,
    "approved_chars_percent": 61.6,
    "readonly": 3,
    "readonly_percent": 3.1,
    "readonly_words": 7,
    "readonly_words_percent": 1.1,
    "readonly_chars": 68,
    "readonly_chars_percent": 1.0,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/contribute/es/",
    "translate_url": "https://translate.tails.net/translate/tails/contribute/es/"
}