Translation projects API.

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

GET /api/projects/succ-swade-unlimited-condition-changer/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3852,
    "total_words": 15936,
    "total_chars": 99814,
    "last_change": "2025-01-21T07:17:31.758097Z",
    "recent_changes": 8,
    "translated": 2461,
    "translated_words": 8076,
    "translated_percent": 63.8,
    "translated_words_percent": 50.6,
    "translated_chars": 50915,
    "translated_chars_percent": 51.0,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 50,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 310,
    "fuzzy_chars_percent": 0.3,
    "failing": 210,
    "failing_percent": 5.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": "SUCC - SWADE Unlimited Condition Changer",
    "url": "https://weblate.foundryvtt-hub.com/projects/succ-swade-unlimited-condition-changer/"
}