Translation components API.

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

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

{
    "total": 188,
    "total_words": 737,
    "last_change": "2025-04-05T12:24:54.283945Z",
    "recent_changes": 4,
    "translated": 159,
    "translated_words": 704,
    "translated_percent": 84.5,
    "translated_words_percent": 95.5,
    "translated_chars": 4306,
    "translated_chars_percent": 95.9,
    "total_chars": 4489,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.6,
    "suggestions": 9,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.habitica.com/projects/habitica/glossary/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/sr/"
}