Translation components API.

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

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

{
    "total": 260,
    "total_words": 2087,
    "last_change": "2025-02-16T04:00:16.486419Z",
    "recent_changes": 1,
    "translated": 192,
    "translated_words": 1213,
    "translated_percent": 73.8,
    "translated_words_percent": 58.1,
    "translated_chars": 7378,
    "translated_chars_percent": 57.3,
    "total_chars": 12854,
    "fuzzy": 20,
    "fuzzy_percent": 7.6,
    "failing": 21,
    "failing_percent": 8.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 1,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica/settings/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/it/"
}