Translation projects API.

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

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

{
    "total": 8244,
    "total_words": 45286,
    "total_chars": 256144,
    "last_change": "2023-12-11T22:03:53.370242Z",
    "recent_changes": 763,
    "translated": 6048,
    "translated_words": 32595,
    "translated_percent": 73.3,
    "translated_words_percent": 71.9,
    "translated_chars": 184471,
    "translated_chars_percent": 72.0,
    "fuzzy": 47,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 476,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 2591,
    "fuzzy_chars_percent": 1.0,
    "failing": 72,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 54,
    "readonly_chars_percent": 0.1,
    "suggestions": 16,
    "comments": 13,
    "name": "Doki Doki Mod Manager",
    "url": "https://hosted.weblate.org/projects/doki-doki-mod-manager/"
}