Translation components API.

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

GET /api/translations/habitica/npc/nl/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:25.758810Z",
    "recent_changes": 1,
    "translated": 118,
    "translated_words": 831,
    "translated_percent": 88.0,
    "translated_words_percent": 66.2,
    "translated_chars": 4647,
    "translated_chars_percent": 64.0,
    "total_chars": 7254,
    "fuzzy": 12,
    "fuzzy_percent": 8.9,
    "failing": 20,
    "failing_percent": 14.9,
    "approved": 84,
    "approved_percent": 62.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica/npc/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/npc/nl/"
}