Translation components API.

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

GET /api/translations/habitica/npc/pt_BR/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.145704Z",
    "recent_changes": 1,
    "translated": 127,
    "translated_words": 1023,
    "translated_percent": 94.7,
    "translated_words_percent": 81.5,
    "translated_chars": 5895,
    "translated_chars_percent": 81.2,
    "total_chars": 7254,
    "fuzzy": 4,
    "fuzzy_percent": 2.9,
    "failing": 4,
    "failing_percent": 2.9,
    "approved": 120,
    "approved_percent": 89.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/npc/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/npc/pt_BR/"
}