Translation components API.

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

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

{
    "total": 302,
    "total_words": 855,
    "last_change": "2025-03-04T06:10:18.003799Z",
    "recent_changes": 7,
    "translated": 299,
    "translated_words": 850,
    "translated_percent": 99.0,
    "translated_words_percent": 99.4,
    "translated_chars": 5217,
    "translated_chars_percent": 99.3,
    "total_chars": 5252,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 1.9,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/glossary/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/ko/"
}