Translation components API.

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

GET /api/translations/habitica/npc/ko/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-13T09:59:39.726027Z",
    "recent_changes": 1,
    "translated": 132,
    "translated_words": 1209,
    "translated_percent": 98.5,
    "translated_words_percent": 96.4,
    "translated_chars": 6915,
    "translated_chars_percent": 95.3,
    "total_chars": 7254,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 62,
    "failing_percent": 46.2,
    "approved": 3,
    "approved_percent": 2.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/npc/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/npc/ko/"
}