Translation components API.

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

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

{
    "total": 401,
    "total_words": 3617,
    "total_chars": 3958,
    "last_change": "2025-03-27T10:21:52.295894Z",
    "recent_changes": 0,
    "translated": 385,
    "translated_words": 3491,
    "translated_percent": 96.0,
    "translated_words_percent": 96.5,
    "translated_chars": 3824,
    "translated_chars_percent": 96.6,
    "fuzzy": 16,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 126,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 134,
    "fuzzy_chars_percent": 3.3,
    "failing": 72,
    "failing_percent": 17.9,
    "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": "CODE",
    "name": "CODE",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/settings/CODE/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/settings/CODE/"
}