Translation projects API.

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

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

{
    "total": 346283,
    "total_words": 2670946,
    "total_chars": 2934825,
    "last_change": "2026-04-02T09:25:59.223389Z",
    "recent_changes": 4641,
    "translated": 297431,
    "translated_words": 2236097,
    "translated_percent": 85.8,
    "translated_words_percent": 83.7,
    "translated_chars": 2460340,
    "translated_chars_percent": 83.8,
    "fuzzy": 1386,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 12052,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 13163,
    "fuzzy_chars_percent": 0.4,
    "failing": 8105,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 234,
    "readonly_words_percent": 0.1,
    "readonly_chars": 819,
    "readonly_chars_percent": 0.1,
    "suggestions": 1649,
    "comments": 49,
    "name": "DUDUAUTO",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/"
}