Translation projects API.

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

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

{
    "total": 768,
    "total_words": 5556,
    "total_chars": 32928,
    "last_change": "2025-06-11T12:58:57.871215Z",
    "recent_changes": 0,
    "translated": 697,
    "translated_words": 5051,
    "translated_percent": 90.7,
    "translated_words_percent": 90.9,
    "translated_chars": 29876,
    "translated_chars_percent": 90.7,
    "fuzzy": 7,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 42,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 308,
    "fuzzy_chars_percent": 0.9,
    "failing": 121,
    "failing_percent": 15.7,
    "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": 4,
    "comments": 0,
    "name": "Party Resources",
    "url": "https://weblate.foundryvtt-hub.com/projects/party-resources/"
}