Translation components API.

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

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

{
    "total": 22,
    "total_words": 210,
    "total_chars": 1634,
    "last_change": "2025-09-18T16:00:24.120442Z",
    "recent_changes": 2,
    "translated": 19,
    "translated_words": 155,
    "translated_percent": 86.3,
    "translated_words_percent": 73.8,
    "translated_chars": 1239,
    "translated_chars_percent": 75.8,
    "fuzzy": 2,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 44,
    "fuzzy_words_percent": 20.9,
    "fuzzy_chars": 319,
    "fuzzy_chars_percent": 19.5,
    "failing": 2,
    "failing_percent": 9.0,
    "approved": 15,
    "approved_percent": 68.1,
    "approved_words": 117,
    "approved_words_percent": 55.7,
    "approved_chars": 1002,
    "approved_chars_percent": 61.3,
    "readonly": 1,
    "readonly_percent": 4.5,
    "readonly_words": 1,
    "readonly_words_percent": 0.4,
    "readonly_chars": 10,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/networkmanager/de/",
    "translate_url": "https://translate.tails.net/translate/tails/networkmanager/de/"
}