Translation projects API.

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

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

{
    "total": 5430,
    "total_words": 41558,
    "total_chars": 260958,
    "last_change": "2026-05-25T08:40:20.246757Z",
    "recent_changes": 34,
    "translated": 4199,
    "translated_words": 31030,
    "translated_percent": 77.3,
    "translated_words_percent": 74.6,
    "translated_chars": 194295,
    "translated_chars_percent": 74.4,
    "fuzzy": 92,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 1400,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 9092,
    "fuzzy_chars_percent": 3.4,
    "failing": 186,
    "failing_percent": 3.4,
    "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.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 40,
    "comments": 4,
    "name": "PF2e Workbench",
    "url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/"
}