Translation components API.

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

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

{
    "total": 51,
    "total_words": 429,
    "total_chars": 4790,
    "last_change": "2025-01-23T17:18:19.432978Z",
    "recent_changes": 1,
    "translated": 50,
    "translated_words": 422,
    "translated_percent": 98.0,
    "translated_words_percent": 98.3,
    "translated_chars": 4661,
    "translated_chars_percent": 97.3,
    "fuzzy": 1,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 129,
    "fuzzy_chars_percent": 2.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 10,
    "approved_percent": 19.6,
    "approved_words": 125,
    "approved_words_percent": 29.1,
    "approved_chars": 1122,
    "approved_chars_percent": 23.4,
    "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": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/features/de/",
    "translate_url": "https://translate.tails.net/translate/tails/features/de/"
}