Translation projects API.

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

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

{
    "total": 361,
    "total_words": 1842,
    "total_chars": 11426,
    "last_change": "2025-01-24T14:54:32.752468Z",
    "recent_changes": 123,
    "translated": 353,
    "translated_words": 1736,
    "translated_percent": 97.7,
    "translated_words_percent": 94.2,
    "translated_chars": 10799,
    "translated_chars_percent": 94.5,
    "fuzzy": 5,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 103,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 606,
    "fuzzy_chars_percent": 5.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 2.2,
    "readonly_words": 22,
    "readonly_words_percent": 1.1,
    "readonly_chars": 118,
    "readonly_chars_percent": 1.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Module Compatibility Checker",
    "url": "https://weblate.foundryvtt-hub.com/projects/mcc/"
}