Translation projects API.

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

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

{
    "total": 2148,
    "total_words": 9732,
    "total_chars": 57888,
    "last_change": "2025-06-19T03:49:42.143542Z",
    "recent_changes": 17,
    "translated": 1879,
    "translated_words": 7964,
    "translated_percent": 87.4,
    "translated_words_percent": 81.8,
    "translated_chars": 47225,
    "translated_chars_percent": 81.5,
    "fuzzy": 14,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 386,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 2230,
    "fuzzy_chars_percent": 3.8,
    "failing": 60,
    "failing_percent": 2.7,
    "approved": 341,
    "approved_percent": 15.8,
    "approved_words": 1586,
    "approved_words_percent": 16.2,
    "approved_chars": 9412,
    "approved_chars_percent": 16.2,
    "readonly": 16,
    "readonly_percent": 0.7,
    "readonly_words": 16,
    "readonly_words_percent": 0.1,
    "readonly_chars": 45,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Blade Runner - The Roleplaying Game",
    "url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/"
}