Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2025-03-17T02:33:08.936635Z",
    "recent_changes": 3,
    "translated": 604,
    "translated_words": 19200,
    "translated_percent": 71.4,
    "translated_words_percent": 67.4,
    "translated_chars": 116316,
    "translated_chars_percent": 67.2,
    "total_chars": 172884,
    "fuzzy": 36,
    "fuzzy_percent": 4.2,
    "failing": 161,
    "failing_percent": 19.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/pt/"
}