Translation projects API.

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

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

{
    "total": 438,
    "total_words": 1302,
    "total_chars": 7848,
    "last_change": "2023-01-17T18:45:12.492847Z",
    "recent_changes": 73,
    "translated": 414,
    "translated_words": 1222,
    "translated_percent": 94.5,
    "translated_words_percent": 93.8,
    "translated_chars": 7446,
    "translated_chars_percent": 94.8,
    "fuzzy": 6,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 108,
    "fuzzy_chars_percent": 1.3,
    "failing": 10,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 73,
    "readonly_percent": 16.6,
    "readonly_words": 217,
    "readonly_words_percent": 16.6,
    "readonly_chars": 1308,
    "readonly_chars_percent": 16.6,
    "suggestions": 6,
    "comments": 0,
    "name": "ibus-libzhuyin",
    "url": "https://translate.fedoraproject.org/projects/ibus-libzhuyin/"
}