Translation projects API.

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

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

{
    "total": 14006,
    "total_words": 87701,
    "last_change": "2026-05-21T15:36:45.578575Z",
    "recent_changes": 247,
    "translated": 11741,
    "translated_words": 71214,
    "translated_percent": 83.8,
    "translated_words_percent": 81.2,
    "translated_chars": 503819,
    "translated_chars_percent": 81.1,
    "total_chars": 620996,
    "fuzzy": 114,
    "fuzzy_percent": 0.8,
    "failing": 228,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 42,
    "comments": 6,
    "name": "Cesium v2",
    "url": "https://weblate.duniter.org/projects/cesium-v2/"
}