Translation components API.

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

GET /api/translations/habitica/gear/ru/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-02T17:23:01.200657Z",
    "recent_changes": 1,
    "translated": 2977,
    "translated_words": 38950,
    "translated_percent": 89.8,
    "translated_words_percent": 88.2,
    "translated_chars": 235138,
    "translated_chars_percent": 88.3,
    "total_chars": 266080,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 186,
    "approved_percent": 5.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 18,
    "comments": 1,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.habitica.com/projects/habitica/gear/ru/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/ru/"
}