Translation components API.

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

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

{
    "total": 99,
    "total_words": 982,
    "total_chars": 7827,
    "last_change": "2024-07-16T13:49:20.960610Z",
    "recent_changes": 1,
    "translated": 31,
    "translated_words": 116,
    "translated_percent": 31.3,
    "translated_words_percent": 11.8,
    "translated_chars": 1176,
    "translated_chars_percent": 15.0,
    "fuzzy": 4,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 187,
    "fuzzy_chars_percent": 2.3,
    "failing": 4,
    "failing_percent": 4.0,
    "approved": 29,
    "approved_percent": 29.2,
    "approved_words": 113,
    "approved_words_percent": 11.5,
    "approved_chars": 1141,
    "approved_chars_percent": 14.5,
    "readonly": 1,
    "readonly_percent": 1.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 12,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/support-known_issues-graphics/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/support-known_issues-graphics/ru/"
}