Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-04-01T20:29:31.688132Z",
    "recent_changes": 20,
    "translated": 3114,
    "translated_words": 40935,
    "translated_percent": 93.9,
    "translated_words_percent": 92.7,
    "translated_chars": 246970,
    "translated_chars_percent": 92.8,
    "total_chars": 266080,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 548,
    "approved_percent": 16.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 18,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/gear/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/pt_BR/"
}