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": 9950,
    "total_words": 67980,
    "last_change": "2025-12-12T09:44:47.349809Z",
    "recent_changes": 3,
    "translated": 6672,
    "translated_words": 46540,
    "translated_percent": 67.0,
    "translated_words_percent": 68.4,
    "translated_chars": 330105,
    "translated_chars_percent": 68.3,
    "total_chars": 482740,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 536,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 33,
    "comments": 0,
    "name": "Cesium v2",
    "url": "https://weblate.duniter.org/projects/cesium-v2/"
}