Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2024-07-20T02:48:35.127697Z",
    "recent_changes": 11,
    "translated": 619,
    "translated_words": 18942,
    "translated_percent": 73.2,
    "translated_words_percent": 66.5,
    "translated_chars": 114658,
    "translated_chars_percent": 66.3,
    "total_chars": 172884,
    "fuzzy": 28,
    "fuzzy_percent": 3.3,
    "failing": 351,
    "failing_percent": 41.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/sv/"
}