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": 33,
    "total_words": 386,
    "total_chars": 3226,
    "last_change": "2024-05-05T10:33:52.864915Z",
    "recent_changes": 1,
    "translated": 26,
    "translated_words": 254,
    "translated_percent": 78.7,
    "translated_words_percent": 65.8,
    "translated_chars": 1948,
    "translated_chars_percent": 60.3,
    "fuzzy": 7,
    "fuzzy_percent": 21.2,
    "fuzzy_words": 132,
    "fuzzy_words_percent": 34.1,
    "fuzzy_chars": 1278,
    "fuzzy_chars_percent": 39.6,
    "failing": 3,
    "failing_percent": 9.0,
    "approved": 25,
    "approved_percent": 75.7,
    "approved_words": 249,
    "approved_words_percent": 64.5,
    "approved_chars": 1853,
    "approved_chars_percent": 57.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.boum.org/projects/tails/electrum/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/electrum/ru/"
}