Translation components API.

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

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

{
    "total": 1046,
    "total_words": 9327,
    "total_chars": 11376,
    "last_change": "2025-04-09T02:28:58.676764Z",
    "recent_changes": 9,
    "translated": 996,
    "translated_words": 8862,
    "translated_percent": 95.2,
    "translated_words_percent": 95.0,
    "translated_chars": 10849,
    "translated_chars_percent": 95.3,
    "fuzzy": 6,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 31,
    "fuzzy_chars_percent": 0.2,
    "failing": 1,
    "failing_percent": 0.1,
    "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": "de",
    "name": "German",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/launcher_b/de/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/launcher_b/de/"
}