Translation components API.

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

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

{
    "total": 40,
    "total_words": 400,
    "total_chars": 2777,
    "last_change": "2025-06-10T12:32:02.509541Z",
    "recent_changes": 5,
    "translated": 22,
    "translated_words": 238,
    "translated_percent": 55.0,
    "translated_words_percent": 59.5,
    "translated_chars": 1770,
    "translated_chars_percent": 63.7,
    "fuzzy": 5,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 23,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 131,
    "fuzzy_chars_percent": 4.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 22,
    "approved_percent": 55.0,
    "approved_words": 238,
    "approved_words_percent": 59.5,
    "approved_chars": 1770,
    "approved_chars_percent": 63.7,
    "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/onionshare/de/",
    "translate_url": "https://translate.tails.net/translate/tails/onionshare/de/"
}