Translation projects API.

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

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

{
    "total": 11822,
    "total_words": 51202,
    "total_chars": 311742,
    "last_change": "2025-07-09T19:36:43.171058Z",
    "recent_changes": 29,
    "translated": 8362,
    "translated_words": 32861,
    "translated_percent": 70.7,
    "translated_words_percent": 64.1,
    "translated_chars": 200848,
    "translated_chars_percent": 64.4,
    "fuzzy": 101,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 539,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 3197,
    "fuzzy_chars_percent": 1.0,
    "failing": 190,
    "failing_percent": 1.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": "Savage Worlds Adventure Edition",
    "url": "https://weblate.foundryvtt-hub.com/projects/swade/"
}