Translation components API.

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

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

{
    "total": 264,
    "total_words": 845,
    "last_change": "2025-03-29T19:25:01.077141Z",
    "recent_changes": 44,
    "translated": 248,
    "translated_words": 825,
    "translated_percent": 93.9,
    "translated_words_percent": 97.6,
    "translated_chars": 5025,
    "translated_chars_percent": 97.5,
    "total_chars": 5152,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 51,
    "approved_percent": 19.3,
    "readonly": 5,
    "readonly_percent": 1.8,
    "suggestions": 15,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica/glossary/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/nl/"
}