Translation components API.

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

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

{
    "total": 13,
    "total_words": 133,
    "total_chars": 1601,
    "last_change": "2024-02-27T15:33:23.210954Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 40,
    "translated_percent": 38.4,
    "translated_words_percent": 30.0,
    "translated_chars": 547,
    "translated_chars_percent": 34.1,
    "fuzzy": 5,
    "fuzzy_percent": 38.4,
    "fuzzy_words": 61,
    "fuzzy_words_percent": 45.8,
    "fuzzy_chars": 701,
    "fuzzy_chars_percent": 43.7,
    "failing": 1,
    "failing_percent": 7.6,
    "approved": 5,
    "approved_percent": 38.4,
    "approved_words": 40,
    "approved_words_percent": 30.0,
    "approved_chars": 547,
    "approved_chars_percent": 34.1,
    "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/office_suite/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/office_suite/ru/"
}