Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-03-28T08:49:18.835661Z",
    "recent_changes": 1,
    "translated": 3314,
    "translated_words": 44120,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 265924,
    "translated_chars_percent": 99.9,
    "total_chars": 266080,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 2075,
    "approved_percent": 62.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 17,
    "code": "de",
    "name": "German",
    "url": "https://translate.habitica.com/projects/habitica/gear/de/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/de/"
}