Translation projects API.

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

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

{
    "total": 1056,
    "total_words": 3728,
    "total_chars": 23920,
    "last_change": "2024-02-18T14:36:10.129629Z",
    "recent_changes": 267,
    "translated": 456,
    "translated_words": 1526,
    "translated_percent": 43.1,
    "translated_words_percent": 40.9,
    "translated_chars": 9830,
    "translated_chars_percent": 41.0,
    "fuzzy": 177,
    "fuzzy_percent": 16.7,
    "fuzzy_words": 563,
    "fuzzy_words_percent": 15.1,
    "fuzzy_chars": 3566,
    "fuzzy_chars_percent": 14.9,
    "failing": 18,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 66,
    "readonly_percent": 6.2,
    "readonly_words": 233,
    "readonly_words_percent": 6.2,
    "readonly_chars": 1495,
    "readonly_chars_percent": 6.2,
    "suggestions": 115,
    "comments": 0,
    "name": "ibus-chewing",
    "url": "https://translate.fedoraproject.org/projects/ibus-chewing/"
}