Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-03-16T04:43:18.638175Z",
    "recent_changes": 21,
    "translated": 2278,
    "translated_words": 28705,
    "translated_percent": 68.7,
    "translated_words_percent": 65.0,
    "translated_chars": 174046,
    "translated_chars_percent": 65.4,
    "total_chars": 266080,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.habitica.com/projects/habitica/gear/en_GB/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/en_GB/"
}