Translation components API.

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

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

{
    "total": 798,
    "total_words": 4136,
    "total_chars": 4548,
    "last_change": "2025-03-31T07:01:05.763606Z",
    "recent_changes": 0,
    "translated": 639,
    "translated_words": 3069,
    "translated_percent": 80.0,
    "translated_words_percent": 74.2,
    "translated_chars": 3444,
    "translated_chars_percent": 75.7,
    "fuzzy": 107,
    "fuzzy_percent": 13.4,
    "fuzzy_words": 800,
    "fuzzy_words_percent": 19.3,
    "fuzzy_chars": 833,
    "fuzzy_chars_percent": 18.3,
    "failing": 5,
    "failing_percent": 0.6,
    "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": 1,
    "comments": 0,
    "code": "ms",
    "name": "Malay",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/base/ms/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/base/ms/"
}