Translation projects API.

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

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

{
    "total": 1787,
    "total_words": 18717,
    "total_chars": 121446,
    "last_change": "2025-05-04T02:10:54.860098Z",
    "recent_changes": 10,
    "translated": 1128,
    "translated_words": 8985,
    "translated_percent": 63.1,
    "translated_words_percent": 48.0,
    "translated_chars": 57872,
    "translated_chars_percent": 47.6,
    "fuzzy": 111,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 1572,
    "fuzzy_words_percent": 8.3,
    "fuzzy_chars": 9773,
    "fuzzy_chars_percent": 8.0,
    "failing": 63,
    "failing_percent": 3.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": 6,
    "comments": 0,
    "name": "Polyglot",
    "url": "https://weblate.foundryvtt-hub.com/projects/polyglot/"
}