Translation components API.

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

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

{
    "total": 502,
    "total_words": 1253,
    "last_change": "2025-01-30T05:23:59.195106Z",
    "recent_changes": 4,
    "translated": 497,
    "translated_words": 1245,
    "translated_percent": 99.0,
    "translated_words_percent": 99.3,
    "translated_chars": 7512,
    "translated_chars_percent": 99.2,
    "total_chars": 7566,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 22,
    "readonly_percent": 4.3,
    "suggestions": 2,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.habitica.com/projects/habitica/glossary/ja/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/ja/"
}