Translation components API.

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

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

{
    "total": 279,
    "total_words": 1565,
    "last_change": "2026-05-10T22:43:27.204633Z",
    "recent_changes": 6,
    "translated": 215,
    "translated_words": 1110,
    "translated_percent": 77.0,
    "translated_words_percent": 70.9,
    "translated_chars": 6942,
    "translated_chars_percent": 70.3,
    "total_chars": 9866,
    "fuzzy": 10,
    "fuzzy_percent": 3.5,
    "failing": 10,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 1,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/nl/"
}