Translation projects API.

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

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

{
    "total": 28632,
    "total_words": 305218,
    "total_chars": 2132946,
    "last_change": "2025-09-16T10:40:01.431412Z",
    "recent_changes": 76,
    "translated": 26775,
    "translated_words": 280525,
    "translated_percent": 93.5,
    "translated_words_percent": 91.9,
    "translated_chars": 1955781,
    "translated_chars_percent": 91.6,
    "fuzzy": 369,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 7983,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 56662,
    "fuzzy_chars_percent": 2.6,
    "failing": 5607,
    "failing_percent": 19.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 85,
    "readonly_chars_percent": 0.1,
    "suggestions": 14,
    "comments": 0,
    "name": "Immersive Translate Site",
    "url": "https://weblate.immersivetranslate.com/projects/immersive-document-translation/"
}