Translation components API.

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

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

{
    "total": 184,
    "total_words": 1249,
    "total_chars": 1356,
    "last_change": "2025-04-26T19:21:10.677848Z",
    "recent_changes": 3,
    "translated": 183,
    "translated_words": 1247,
    "translated_percent": 99.4,
    "translated_words_percent": 99.8,
    "translated_chars": 1354,
    "translated_chars_percent": 99.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 2,
    "fuzzy_chars_percent": 0.1,
    "failing": 8,
    "failing_percent": 4.3,
    "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": "fr",
    "name": "French",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/multimedia/fr/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/multimedia/fr/"
}