Translation components API.

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

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

{
    "total": 430,
    "total_words": 3349,
    "last_change": "2025-03-22T13:18:45.358101Z",
    "recent_changes": 14,
    "translated": 429,
    "translated_words": 3344,
    "translated_percent": 99.7,
    "translated_words_percent": 99.8,
    "translated_chars": 20383,
    "translated_chars_percent": 99.8,
    "total_chars": 20407,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 2,
    "failing_percent": 0.4,
    "approved": 75,
    "approved_percent": 17.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 1,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/groups/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/groups/pt_BR/"
}