Translation projects API.

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

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

{
    "total": 2265,
    "total_words": 14649,
    "total_chars": 88812,
    "last_change": "2025-07-19T11:13:57.074121Z",
    "recent_changes": 23,
    "translated": 1729,
    "translated_words": 11140,
    "translated_percent": 76.3,
    "translated_words_percent": 76.0,
    "translated_chars": 67846,
    "translated_chars_percent": 76.3,
    "fuzzy": 22,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 283,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 1713,
    "fuzzy_chars_percent": 1.9,
    "failing": 77,
    "failing_percent": 3.3,
    "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": "Health Estimate",
    "url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/"
}