Translation projects API.

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

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

{
    "total": 76656,
    "total_words": 296545,
    "total_chars": 1836784,
    "last_change": "2026-04-01T02:14:44.488958Z",
    "recent_changes": 536,
    "translated": 35976,
    "translated_words": 132998,
    "translated_percent": 46.9,
    "translated_words_percent": 44.8,
    "translated_chars": 826033,
    "translated_chars_percent": 44.9,
    "fuzzy": 22540,
    "fuzzy_percent": 29.4,
    "failing": 7848,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2239,
    "readonly_percent": 2.9,
    "suggestions": 58,
    "comments": 4,
    "name": "Gajim",
    "url": "https://translate.gajim.org/projects/gajim/"
}