Translation components API.

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

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

{
    "total": 13,
    "total_words": 122,
    "total_chars": 1363,
    "last_change": "2025-09-18T09:14:50.360287Z",
    "recent_changes": 0,
    "translated": 3,
    "translated_words": 11,
    "translated_percent": 23.0,
    "translated_words_percent": 9.0,
    "translated_chars": 189,
    "translated_chars_percent": 13.8,
    "fuzzy": 5,
    "fuzzy_percent": 38.4,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 33.6,
    "fuzzy_chars": 405,
    "fuzzy_chars_percent": 29.7,
    "failing": 5,
    "failing_percent": 38.4,
    "approved": 2,
    "approved_percent": 15.3,
    "approved_words": 8,
    "approved_words_percent": 6.5,
    "approved_chars": 158,
    "approved_chars_percent": 11.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tails.net/projects/tails/office_suite/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/office_suite/fa/"
}