Translation components API.

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

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

{
    "total": 179,
    "total_words": 3075,
    "total_chars": 21635,
    "last_change": "2025-06-26T23:03:07.833380Z",
    "recent_changes": 7,
    "translated": 83,
    "translated_words": 1496,
    "translated_percent": 46.3,
    "translated_words_percent": 48.6,
    "translated_chars": 10251,
    "translated_chars_percent": 47.3,
    "fuzzy": 41,
    "fuzzy_percent": 22.9,
    "fuzzy_words": 575,
    "fuzzy_words_percent": 18.6,
    "fuzzy_chars": 4358,
    "fuzzy_chars_percent": 20.1,
    "failing": 13,
    "failing_percent": 7.2,
    "approved": 79,
    "approved_percent": 44.1,
    "approved_words": 1410,
    "approved_words_percent": 45.8,
    "approved_chars": 9656,
    "approved_chars_percent": 44.6,
    "readonly": 1,
    "readonly_percent": 0.5,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/faq/es/",
    "translate_url": "https://translate.tails.net/translate/tails/faq/es/"
}