Translation components API.

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

GET /api/translations/habitica/gear/id/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-10T04:21:06.317688Z",
    "recent_changes": 3,
    "translated": 2424,
    "translated_words": 31030,
    "translated_percent": 73.1,
    "translated_words_percent": 70.2,
    "translated_chars": 187726,
    "translated_chars_percent": 70.5,
    "total_chars": 266080,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 453,
    "failing_percent": 13.6,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.habitica.com/projects/habitica/gear/id/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/id/"
}