Translation components API.

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

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

{
    "total": 10,
    "total_words": 87,
    "total_chars": 658,
    "last_change": "2024-04-03T01:25:30.699889Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 61,
    "translated_percent": 80.0,
    "translated_words_percent": 70.1,
    "translated_chars": 459,
    "translated_chars_percent": 69.7,
    "fuzzy": 2,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 26,
    "fuzzy_words_percent": 29.8,
    "fuzzy_chars": 199,
    "fuzzy_chars_percent": 30.2,
    "failing": 2,
    "failing_percent": 20.0,
    "approved": 8,
    "approved_percent": 80.0,
    "approved_words": 61,
    "approved_words_percent": 70.1,
    "approved_chars": 459,
    "approved_chars_percent": 69.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": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/restart_second_timeinline/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_second_timeinline/ru/"
}