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-08-05T17:25:59.161547Z",
    "recent_changes": 31,
    "translated": 676,
    "translated_words": 2565,
    "translated_percent": 63.2,
    "translated_words_percent": 54.0,
    "translated_chars": 15885,
    "translated_chars_percent": 54.9,
    "fuzzy": 61,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 657,
    "fuzzy_words_percent": 13.8,
    "fuzzy_chars": 3859,
    "fuzzy_chars_percent": 13.3,
    "failing": 102,
    "failing_percent": 9.5,
    "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/"
}