Translation components API.

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

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

{
    "total": 47,
    "total_words": 276,
    "last_change": "2025-02-13T14:46:12.189837Z",
    "recent_changes": 2,
    "translated": 45,
    "translated_words": 227,
    "translated_percent": 95.7,
    "translated_words_percent": 82.2,
    "translated_chars": 1370,
    "translated_chars_percent": 65.9,
    "total_chars": 2078,
    "fuzzy": 2,
    "fuzzy_percent": 4.2,
    "failing": 2,
    "failing_percent": 4.2,
    "approved": 41,
    "approved_percent": 87.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 2,
    "code": "de",
    "name": "German",
    "url": "https://translate.habitica.com/projects/habitica/contrib/de/",
    "translate_url": "https://translate.habitica.com/translate/habitica/contrib/de/"
}