Translation components API.

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

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

{
    "total": 243,
    "total_words": 1139,
    "last_change": "2025-03-05T19:05:17.542611Z",
    "recent_changes": 1,
    "translated": 238,
    "translated_words": 1088,
    "translated_percent": 97.9,
    "translated_words_percent": 95.5,
    "translated_chars": 6738,
    "translated_chars_percent": 94.9,
    "total_chars": 7093,
    "fuzzy": 2,
    "fuzzy_percent": 0.8,
    "failing": 2,
    "failing_percent": 0.8,
    "approved": 24,
    "approved_percent": 9.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/generic/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/generic/pt_BR/"
}