Translation components API.

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

GET /api/translations/jellyfin-android/jellyfin-androidtv/es_AR/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:32.803701Z",
    "recent_changes": 0,
    "translated": 492,
    "translated_words": 1513,
    "translated_percent": 93.7,
    "translated_words_percent": 94.5,
    "translated_chars": 9049,
    "translated_chars_percent": 94.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 24,
    "fuzzy_chars_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "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_AR",
    "name": "Spanish (Argentina)",
    "url": "https://translate.jellyfin.org/projects/jellyfin-android/jellyfin-androidtv/es_AR/",
    "translate_url": "https://translate.jellyfin.org/translate/jellyfin-android/jellyfin-androidtv/es_AR/"
}