Translation components API.

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

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

{
    "total": 312,
    "total_words": 1032,
    "last_change": "2025-04-04T14:50:03.047675Z",
    "recent_changes": 3,
    "translated": 309,
    "translated_words": 1027,
    "translated_percent": 99.0,
    "translated_words_percent": 99.5,
    "translated_chars": 6446,
    "translated_chars_percent": 99.4,
    "total_chars": 6481,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 304,
    "approved_percent": 97.4,
    "readonly": 5,
    "readonly_percent": 1.6,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.habitica.com/projects/habitica/glossary/hu/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/hu/"
}