Translation projects API.

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

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

{
    "total": 9674,
    "total_words": 75861,
    "total_chars": 451313,
    "last_change": "2025-11-26T22:33:36.498732Z",
    "recent_changes": 22,
    "translated": 8238,
    "translated_words": 63967,
    "translated_percent": 85.1,
    "translated_words_percent": 84.3,
    "translated_chars": 381015,
    "translated_chars_percent": 84.4,
    "fuzzy": 35,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 539,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 3474,
    "fuzzy_chars_percent": 0.7,
    "failing": 143,
    "failing_percent": 1.4,
    "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": "Item Piles",
    "url": "https://weblate.foundryvtt-hub.com/projects/item-piles/"
}