Translation components API.

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

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

{
    "total": 265,
    "total_words": 864,
    "last_change": "2025-02-20T12:04:50.548311Z",
    "recent_changes": 1,
    "translated": 262,
    "translated_words": 859,
    "translated_percent": 98.8,
    "translated_words_percent": 99.4,
    "translated_chars": 5319,
    "translated_chars_percent": 99.3,
    "total_chars": 5354,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 119,
    "approved_percent": 44.9,
    "readonly": 5,
    "readonly_percent": 1.8,
    "suggestions": 10,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.habitica.com/projects/habitica/glossary/de/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/de/"
}