Translation components API.

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

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

{
    "total": 525,
    "total_words": 1580,
    "total_chars": 9530,
    "last_change": "2024-04-26T14:36:29.757835Z",
    "recent_changes": 12,
    "translated": 525,
    "translated_words": 1580,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 9530,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.3,
    "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": "cs",
    "name": "Czech",
    "url": "https://translate.jellyfin.org/projects/jellyfin-android/jellyfin-androidtv/cs/",
    "translate_url": "https://translate.jellyfin.org/translate/jellyfin-android/jellyfin-androidtv/cs/"
}