Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:09.754483Z",
    "recent_changes": 1,
    "translated": 323,
    "translated_words": 1700,
    "translated_percent": 92.2,
    "translated_words_percent": 94.0,
    "translated_chars": 10231,
    "translated_chars_percent": 93.8,
    "total_chars": 10896,
    "fuzzy": 27,
    "fuzzy_percent": 7.7,
    "failing": 50,
    "failing_percent": 14.2,
    "approved": 295,
    "approved_percent": 84.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/ru/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/ru/"
}