Translation components API.

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

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

{
    "total": 202,
    "total_words": 1312,
    "last_change": "2026-01-08T20:20:20.024238Z",
    "recent_changes": 5,
    "translated": 185,
    "translated_words": 1127,
    "translated_percent": 91.5,
    "translated_words_percent": 85.8,
    "translated_chars": 6797,
    "translated_chars_percent": 85.5,
    "total_chars": 7946,
    "fuzzy": 8,
    "fuzzy_percent": 3.9,
    "failing": 9,
    "failing_percent": 4.4,
    "approved": 1,
    "approved_percent": 0.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.habitica.com/projects/habitica/character/id/",
    "translate_url": "https://translate.habitica.com/translate/habitica/character/id/"
}