Translation components API.

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

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

{
    "total": 83,
    "total_words": 1073,
    "total_chars": 7982,
    "last_change": "2024-05-20T16:35:15.283502Z",
    "recent_changes": 1,
    "translated": 31,
    "translated_words": 449,
    "translated_percent": 37.3,
    "translated_words_percent": 41.8,
    "translated_chars": 3187,
    "translated_chars_percent": 39.9,
    "fuzzy": 34,
    "fuzzy_percent": 40.9,
    "fuzzy_words": 417,
    "fuzzy_words_percent": 38.8,
    "fuzzy_chars": 3117,
    "fuzzy_chars_percent": 39.0,
    "failing": 24,
    "failing_percent": 28.9,
    "approved": 30,
    "approved_percent": 36.1,
    "approved_words": 442,
    "approved_words_percent": 41.1,
    "approved_chars": 3129,
    "approved_chars_percent": 39.2,
    "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": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/encrypted_volumes/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/encrypted_volumes/ru/"
}