Translation projects API.

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

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

{
    "total": 17424,
    "total_words": 49764,
    "total_chars": 302280,
    "last_change": "2024-05-14T21:43:05.782085Z",
    "recent_changes": 1,
    "translated": 10364,
    "translated_words": 27177,
    "translated_percent": 59.4,
    "translated_words_percent": 54.6,
    "translated_chars": 165827,
    "translated_chars_percent": 54.8,
    "fuzzy": 22,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 47,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 282,
    "fuzzy_chars_percent": 0.1,
    "failing": 71,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 396,
    "readonly_percent": 2.2,
    "readonly_words": 1131,
    "readonly_words_percent": 2.2,
    "readonly_chars": 6870,
    "readonly_chars_percent": 2.2,
    "suggestions": 375,
    "comments": 23,
    "name": "Jellyfin Vue",
    "url": "https://translate.jellyfin.org/projects/jellyfin-vue/"
}