Translation projects API.

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

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

{
    "total": 1069,
    "total_words": 4743,
    "total_chars": 28909,
    "last_change": "2025-07-20T02:59:32.437026Z",
    "recent_changes": 43,
    "translated": 635,
    "translated_words": 2276,
    "translated_percent": 59.4,
    "translated_words_percent": 47.9,
    "translated_chars": 14104,
    "translated_chars_percent": 48.7,
    "fuzzy": 73,
    "fuzzy_percent": 6.8,
    "fuzzy_words": 798,
    "fuzzy_words_percent": 16.8,
    "fuzzy_chars": 4697,
    "fuzzy_chars_percent": 16.2,
    "failing": 114,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "PF2e Dorako UI",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/"
}