Translation components API.

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

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

{
    "total": 134,
    "total_words": 1254,
    "last_change": "2025-02-13T14:46:26.388231Z",
    "recent_changes": 1,
    "translated": 131,
    "translated_words": 1171,
    "translated_percent": 97.7,
    "translated_words_percent": 93.3,
    "translated_chars": 6655,
    "translated_chars_percent": 91.7,
    "total_chars": 7254,
    "fuzzy": 2,
    "fuzzy_percent": 1.4,
    "failing": 2,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 2,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.habitica.com/projects/habitica/npc/ru/",
    "translate_url": "https://translate.habitica.com/translate/habitica/npc/ru/"
}