Translation components API.

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

GET /api/translations/habitica/npc/pt/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-21T23:06:47.860476Z",
    "recent_changes": 7,
    "translated": 130,
    "translated_words": 1130,
    "translated_percent": 97.0,
    "translated_words_percent": 90.1,
    "translated_chars": 6359,
    "translated_chars_percent": 87.6,
    "total_chars": 7254,
    "fuzzy": 3,
    "fuzzy_percent": 2.2,
    "failing": 11,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica/npc/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica/npc/pt/"
}