Translation projects API.

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

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

{
    "total": 366,
    "total_words": 1056,
    "total_chars": 6360,
    "last_change": "2026-04-05T11:24:13.320844Z",
    "recent_changes": 3,
    "translated": 340,
    "translated_words": 973,
    "translated_percent": 92.8,
    "translated_words_percent": 92.1,
    "translated_chars": 5796,
    "translated_chars_percent": 91.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 6,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.5,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 1,
    "name": "Stairways (Teleporter)",
    "url": "https://weblate.foundryvtt-hub.com/projects/stairways/"
}