Translation components API.

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

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

{
    "total": 161,
    "total_words": 2902,
    "total_chars": 20401,
    "last_change": "2024-05-02T23:30:54.601516Z",
    "recent_changes": 1,
    "translated": 92,
    "translated_words": 1885,
    "translated_percent": 57.1,
    "translated_words_percent": 64.9,
    "translated_chars": 13086,
    "translated_chars_percent": 64.1,
    "fuzzy": 37,
    "fuzzy_percent": 22.9,
    "fuzzy_words": 482,
    "fuzzy_words_percent": 16.6,
    "fuzzy_chars": 3633,
    "fuzzy_chars_percent": 17.8,
    "failing": 14,
    "failing_percent": 8.6,
    "approved": 91,
    "approved_percent": 56.5,
    "approved_words": 1884,
    "approved_words_percent": 64.9,
    "approved_chars": 13079,
    "approved_chars_percent": 64.1,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/faq/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/ru/"
}