Translation projects API.

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

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

{
    "total": 59722,
    "total_words": 1038003,
    "total_chars": 7599493,
    "last_change": "2024-05-06T02:07:05.967163Z",
    "recent_changes": 54,
    "translated": 30260,
    "translated_words": 500157,
    "translated_percent": 50.6,
    "translated_words_percent": 48.1,
    "translated_chars": 3632204,
    "translated_chars_percent": 47.7,
    "fuzzy": 1817,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 37595,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 290326,
    "fuzzy_chars_percent": 3.8,
    "failing": 2460,
    "failing_percent": 4.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3055,
    "readonly_percent": 5.1,
    "readonly_words": 40801,
    "readonly_words_percent": 3.9,
    "readonly_chars": 307234,
    "readonly_chars_percent": 4.0,
    "suggestions": 19,
    "comments": 49,
    "name": "Debian Edu Documentation",
    "url": "https://hosted.weblate.org/projects/debian-edu-documentation/"
}