Translation projects API.

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

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

{
    "total": 973,
    "total_words": 5530,
    "total_chars": 34636,
    "last_change": "2025-07-19T15:14:12.386875Z",
    "recent_changes": 51,
    "translated": 555,
    "translated_words": 2958,
    "translated_percent": 57.0,
    "translated_words_percent": 53.4,
    "translated_chars": 18267,
    "translated_chars_percent": 52.7,
    "fuzzy": 29,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 223,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 1403,
    "fuzzy_chars_percent": 4.0,
    "failing": 6,
    "failing_percent": 0.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": "Quick Insert - Search Widget",
    "url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/"
}