Translation components API.

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

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

{
    "total": 36,
    "total_words": 263,
    "total_chars": 2121,
    "last_change": "2021-07-17T18:59:42.380911Z",
    "recent_changes": 38,
    "translated": 32,
    "translated_words": 248,
    "translated_percent": 88.8,
    "translated_words_percent": 94.2,
    "translated_chars": 1919,
    "translated_chars_percent": 90.4,
    "fuzzy": 2,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 155,
    "fuzzy_chars_percent": 7.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 32,
    "approved_percent": 88.8,
    "approved_words": 248,
    "approved_words_percent": 94.2,
    "approved_chars": 1919,
    "approved_chars_percent": 90.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/index/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/index/ru/"
}