Translation projects API.

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

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

{
    "total": 5681,
    "total_words": 25406,
    "total_chars": 147193,
    "last_change": "2025-03-16T12:46:27.989895Z",
    "recent_changes": 7,
    "translated": 4386,
    "translated_words": 17873,
    "translated_percent": 77.2,
    "translated_words_percent": 70.3,
    "translated_chars": 104323,
    "translated_chars_percent": 70.8,
    "fuzzy": 53,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 556,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 3047,
    "fuzzy_chars_percent": 2.0,
    "failing": 71,
    "failing_percent": 1.2,
    "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": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.1,
    "suggestions": 83,
    "comments": 0,
    "name": "Dice So Nice!",
    "url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/"
}