Translation components API.

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

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

{
    "total": 185,
    "total_words": 722,
    "last_change": "2025-02-02T04:42:52.938502Z",
    "recent_changes": 1,
    "translated": 22,
    "translated_words": 25,
    "translated_percent": 11.8,
    "translated_words_percent": 3.4,
    "translated_chars": 160,
    "translated_chars_percent": 3.6,
    "total_chars": 4416,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.7,
    "suggestions": 3,
    "comments": 0,
    "code": "hi_IN",
    "name": "hi_IN (generated)",
    "url": "https://translate.habitica.com/projects/habitica/glossary/hi_IN/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/hi_IN/"
}