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": 29654,
    "total_words": 314612,
    "total_chars": 2187476,
    "last_change": "2025-11-03T09:11:04.667708Z",
    "recent_changes": 63,
    "translated": 27696,
    "translated_words": 293008,
    "translated_percent": 93.3,
    "translated_words_percent": 93.1,
    "translated_chars": 2035121,
    "translated_chars_percent": 93.0,
    "fuzzy": 391,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 3948,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 25633,
    "fuzzy_chars_percent": 1.1,
    "failing": 5733,
    "failing_percent": 19.3,
    "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/"
}