Translation components API.

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

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

{
    "total": 275,
    "total_words": 2250,
    "last_change": "2025-07-29T20:45:38.155401Z",
    "recent_changes": 1,
    "translated": 259,
    "translated_words": 2031,
    "translated_percent": 94.1,
    "translated_words_percent": 90.2,
    "translated_chars": 12466,
    "translated_chars_percent": 89.9,
    "total_chars": 13866,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 50,
    "approved_percent": 18.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.habitica.com/projects/habitica/settings/uk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/uk/"
}