Translation components API.

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

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

{
    "total": 511,
    "total_words": 1457,
    "last_change": "2025-02-21T16:05:36.429776Z",
    "recent_changes": 2,
    "translated": 508,
    "translated_words": 1452,
    "translated_percent": 99.4,
    "translated_words_percent": 99.6,
    "translated_chars": 9001,
    "translated_chars_percent": 99.6,
    "total_chars": 9036,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 63,
    "approved_percent": 12.3,
    "readonly": 5,
    "readonly_percent": 0.9,
    "suggestions": 2,
    "comments": 5,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/glossary/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/pt_BR/"
}