Translation components API.

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

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

{
    "total": 525,
    "total_words": 1591,
    "total_chars": 9530,
    "last_change": "2024-04-18T19:49:21.832190Z",
    "recent_changes": 0,
    "translated": 518,
    "translated_words": 1566,
    "translated_percent": 98.6,
    "translated_words_percent": 98.4,
    "translated_chars": 9399,
    "translated_chars_percent": 98.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "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": 1,
    "code": "es_419",
    "name": "Spanish (Latin America)",
    "url": "https://translate.jellyfin.org/projects/jellyfin-android/jellyfin-androidtv/es_419/",
    "translate_url": "https://translate.jellyfin.org/translate/jellyfin-android/jellyfin-androidtv/es_419/"
}