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": 325776,
    "total_words": 2474228,
    "total_chars": 2715604,
    "last_change": "2025-10-25T06:21:12.973061Z",
    "recent_changes": 3714,
    "translated": 287497,
    "translated_words": 2139600,
    "translated_percent": 88.2,
    "translated_words_percent": 86.4,
    "translated_chars": 2352823,
    "translated_chars_percent": 86.6,
    "fuzzy": 1937,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 16664,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 18211,
    "fuzzy_chars_percent": 0.6,
    "failing": 8715,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 38,
    "readonly_percent": 0.1,
    "readonly_words": 228,
    "readonly_words_percent": 0.1,
    "readonly_chars": 798,
    "readonly_chars_percent": 0.1,
    "suggestions": 1892,
    "comments": 49,
    "name": "DUDUAUTO",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/"
}