Translation components API.

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

GET /api/translations/habitica/generic/id/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-10T04:28:41.099995Z",
    "recent_changes": 3,
    "translated": 217,
    "translated_words": 936,
    "translated_percent": 89.3,
    "translated_words_percent": 82.1,
    "translated_chars": 5852,
    "translated_chars_percent": 82.5,
    "total_chars": 7093,
    "fuzzy": 4,
    "fuzzy_percent": 1.6,
    "failing": 4,
    "failing_percent": 1.6,
    "approved": 1,
    "approved_percent": 0.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.habitica.com/projects/habitica/generic/id/",
    "translate_url": "https://translate.habitica.com/translate/habitica/generic/id/"
}