Translation components API.

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

GET /api/translations/habitica/questscontent/pt_BR/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-26T17:50:43.694614Z",
    "recent_changes": 1,
    "translated": 805,
    "translated_words": 27225,
    "translated_percent": 95.2,
    "translated_words_percent": 95.5,
    "translated_chars": 165486,
    "translated_chars_percent": 95.7,
    "total_chars": 172884,
    "fuzzy": 14,
    "fuzzy_percent": 1.6,
    "failing": 15,
    "failing_percent": 1.7,
    "approved": 360,
    "approved_percent": 42.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/pt_BR/"
}