Translation projects API.

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

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

{
    "total": 1966,
    "total_words": 9472,
    "last_change": "2026-03-17T20:48:30.043085Z",
    "recent_changes": 152,
    "translated": 1304,
    "translated_words": 5924,
    "translated_percent": 66.3,
    "translated_words_percent": 62.5,
    "translated_chars": 36906,
    "translated_chars_percent": 61.7,
    "total_chars": 59778,
    "fuzzy": 36,
    "fuzzy_percent": 1.8,
    "failing": 65,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 51,
    "readonly_percent": 2.5,
    "suggestions": 1,
    "comments": 3,
    "name": "girala.net",
    "url": "https://weblate.duniter.org/projects/girala-net/"
}