Translation components API.

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

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

{
    "total": 256,
    "total_words": 812,
    "last_change": "2025-03-03T19:51:27.954787Z",
    "recent_changes": 9,
    "translated": 222,
    "translated_words": 770,
    "translated_percent": 86.7,
    "translated_words_percent": 94.8,
    "translated_chars": 4707,
    "translated_chars_percent": 94.8,
    "total_chars": 4963,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 2.7,
    "suggestions": 3,
    "comments": 2,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica/glossary/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/he/"
}