Translation components API.

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

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

{
    "total": 4198,
    "total_words": 30307,
    "total_chars": 32639,
    "last_change": "2025-04-23T02:48:08.652873Z",
    "recent_changes": 30,
    "translated": 3591,
    "translated_words": 25813,
    "translated_percent": 85.5,
    "translated_words_percent": 85.1,
    "translated_chars": 27799,
    "translated_chars_percent": 85.1,
    "fuzzy": 26,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 205,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 264,
    "fuzzy_chars_percent": 0.8,
    "failing": 117,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/launcher_a/sv/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/launcher_a/sv/"
}