Translation components API.

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

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

{
    "total": 525,
    "total_words": 1601,
    "total_chars": 9530,
    "last_change": "2024-04-18T19:49:35.594501Z",
    "recent_changes": 0,
    "translated": 420,
    "translated_words": 1252,
    "translated_percent": 80.0,
    "translated_words_percent": 78.2,
    "translated_chars": 7472,
    "translated_chars_percent": 78.4,
    "fuzzy": 40,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 147,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 894,
    "fuzzy_chars_percent": 9.3,
    "failing": 4,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.3,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 22,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "es_MX",
    "name": "Spanish (Mexico)",
    "url": "https://translate.jellyfin.org/projects/jellyfin-android/jellyfin-androidtv/es_MX/",
    "translate_url": "https://translate.jellyfin.org/translate/jellyfin-android/jellyfin-androidtv/es_MX/"
}