Translation projects API.

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

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

{
    "total": 213409,
    "total_words": 1058817,
    "total_chars": 6511667,
    "last_change": "2024-05-15T09:32:14.404188Z",
    "recent_changes": 2689,
    "translated": 134905,
    "translated_words": 624615,
    "translated_percent": 63.2,
    "translated_words_percent": 58.9,
    "translated_chars": 3844764,
    "translated_chars_percent": 59.0,
    "fuzzy": 865,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 13455,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 81742,
    "fuzzy_chars_percent": 1.2,
    "failing": 1938,
    "failing_percent": 0.9,
    "approved": 1128,
    "approved_percent": 0.5,
    "approved_words": 5375,
    "approved_words_percent": 0.5,
    "approved_chars": 32819,
    "approved_chars_percent": 0.5,
    "readonly": 5852,
    "readonly_percent": 2.7,
    "readonly_words": 17940,
    "readonly_words_percent": 1.6,
    "readonly_chars": 110866,
    "readonly_chars_percent": 1.7,
    "suggestions": 543,
    "comments": 224,
    "name": "Jellyfin",
    "url": "https://translate.jellyfin.org/projects/jellyfin/"
}