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": 9661,
    "total_words": 75705,
    "total_chars": 450377,
    "last_change": "2025-07-25T12:36:42.739293Z",
    "recent_changes": 25,
    "translated": 8217,
    "translated_words": 63741,
    "translated_percent": 85.0,
    "translated_words_percent": 84.1,
    "translated_chars": 379668,
    "translated_chars_percent": 84.3,
    "fuzzy": 40,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 627,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 4057,
    "fuzzy_chars_percent": 0.9,
    "failing": 145,
    "failing_percent": 1.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": "Item Piles",
    "url": "https://weblate.foundryvtt-hub.com/projects/item-piles/"
}