Translation components API.

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

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

{
    "total": 35,
    "total_words": 440,
    "total_chars": 3536,
    "last_change": "2024-05-18T13:53:14.598189Z",
    "recent_changes": 2,
    "translated": 28,
    "translated_words": 286,
    "translated_percent": 80.0,
    "translated_words_percent": 65.0,
    "translated_chars": 2332,
    "translated_chars_percent": 65.9,
    "fuzzy": 5,
    "fuzzy_percent": 14.2,
    "fuzzy_words": 100,
    "fuzzy_words_percent": 22.7,
    "fuzzy_chars": 894,
    "fuzzy_chars_percent": 25.2,
    "failing": 2,
    "failing_percent": 5.7,
    "approved": 25,
    "approved_percent": 71.4,
    "approved_words": 249,
    "approved_words_percent": 56.5,
    "approved_chars": 1853,
    "approved_chars_percent": 52.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/electrum/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/electrum/ru/"
}