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": 15389,
    "total_words": 96445,
    "last_change": "2026-08-02T22:10:14.329144Z",
    "recent_changes": 248,
    "translated": 11832,
    "translated_words": 71372,
    "translated_percent": 76.8,
    "translated_words_percent": 74.0,
    "translated_chars": 504847,
    "translated_chars_percent": 73.9,
    "total_chars": 682918,
    "fuzzy": 117,
    "fuzzy_percent": 0.7,
    "failing": 232,
    "failing_percent": 1.5,
    "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/"
}