Translation components API.

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

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

{
    "total": 260,
    "total_words": 2087,
    "last_change": "2025-02-16T04:00:17.600261Z",
    "recent_changes": 1,
    "translated": 255,
    "translated_words": 1902,
    "translated_percent": 98.0,
    "translated_words_percent": 91.1,
    "translated_chars": 11638,
    "translated_chars_percent": 90.5,
    "total_chars": 12854,
    "fuzzy": 3,
    "fuzzy_percent": 1.1,
    "failing": 3,
    "failing_percent": 1.1,
    "approved": 39,
    "approved_percent": 15.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/settings/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/pt_BR/"
}