Translation projects API.

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

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

{
    "total": 74320,
    "total_words": 352780,
    "total_chars": 2189900,
    "last_change": "2025-10-16T10:05:07.864769Z",
    "recent_changes": 1,
    "translated": 73988,
    "translated_words": 351629,
    "translated_percent": 99.5,
    "translated_words_percent": 99.6,
    "translated_chars": 2179224,
    "translated_chars_percent": 99.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1513,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2353,
    "readonly_percent": 3.1,
    "readonly_words": 5830,
    "readonly_words_percent": 1.6,
    "readonly_chars": 39928,
    "readonly_chars_percent": 1.8,
    "suggestions": 0,
    "comments": 0,
    "name": "ENGAGE",
    "url": "https://translate.engagevr.io/projects/engage/"
}