Translation components API.

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

GET /api/translations/duduauto/multimedia/he_IL/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-02-14T01:17:40.915557Z",
    "recent_changes": 20,
    "translated": 124,
    "translated_words": 737,
    "translated_percent": 67.3,
    "translated_words_percent": 59.0,
    "translated_chars": 805,
    "translated_chars_percent": 59.3,
    "fuzzy": 7,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 51,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 51,
    "fuzzy_chars_percent": 3.7,
    "failing": 14,
    "failing_percent": 7.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": 0,
    "comments": 0,
    "code": "he_IL",
    "name": "Hebrew (Israel)",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/multimedia/he_IL/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/multimedia/he_IL/"
}