Translation components API.

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

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

{
    "total": 44,
    "total_words": 523,
    "total_chars": 4314,
    "last_change": "2024-05-30T21:59:03.941272Z",
    "recent_changes": 6,
    "translated": 19,
    "translated_words": 229,
    "translated_percent": 43.1,
    "translated_words_percent": 43.7,
    "translated_chars": 1744,
    "translated_chars_percent": 40.4,
    "fuzzy": 12,
    "fuzzy_percent": 27.2,
    "fuzzy_words": 104,
    "fuzzy_words_percent": 19.8,
    "fuzzy_chars": 1132,
    "fuzzy_chars_percent": 26.2,
    "failing": 3,
    "failing_percent": 6.8,
    "approved": 16,
    "approved_percent": 36.3,
    "approved_words": 206,
    "approved_words_percent": 39.3,
    "approved_chars": 1527,
    "approved_chars_percent": 35.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/manage_passwords/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/manage_passwords/ru/"
}