Translation components API.

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

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

{
    "total": 902,
    "total_words": 4146,
    "last_change": "2025-01-06T20:06:50.669828Z",
    "recent_changes": 11,
    "translated": 887,
    "translated_words": 4047,
    "translated_percent": 98.3,
    "translated_words_percent": 97.6,
    "translated_chars": 23513,
    "translated_chars_percent": 97.7,
    "total_chars": 24058,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 73,
    "approved_percent": 8.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica/backgrounds/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica/backgrounds/it/"
}