Translation components API.

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

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

{
    "total": 189,
    "total_words": 1216,
    "last_change": "2023-10-17T08:47:09.045838Z",
    "recent_changes": 2,
    "translated": 186,
    "translated_words": 1206,
    "translated_percent": 98.4,
    "translated_words_percent": 99.1,
    "translated_chars": 7316,
    "translated_chars_percent": 99.4,
    "total_chars": 7360,
    "fuzzy": 2,
    "fuzzy_percent": 1.0,
    "failing": 2,
    "failing_percent": 1.0,
    "approved": 1,
    "approved_percent": 0.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.habitica.com/projects/habitica/character/ru/",
    "translate_url": "https://translate.habitica.com/translate/habitica/character/ru/"
}