jellyfin.local

API provider — jellyfin.local

🔑 apikey 387 endpoints media
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

pip install jellyfin-sdk-python
npm install jellyfin-sdk-typescript
cargo add jellyfin-sdk
jellyfin-sdk-csharp ✓ Official
dotnet add package jellyfin-sdk-csharp
jellyfin-sdk-swift ✓ Official
# See https://github.com/jellyfin/jellyfin-sdk-swift
# See https://github.com/wddwycc/jellyfin-swift-sdk
# See https://github.com/OtoFlow/JellyfinSDK-Swift
jellyfin-sdk-kotlin ✓ Official
# Maven: see https://github.com/jellyfin/jellyfin-sdk-kotlin
curl examples
Gets items based on a query.
curl \
  -H "X-Emby-Authorization: $API_KEY" \
  http://jellyfin.local/Items
Gets a list of users.
curl \
  -H "X-Emby-Authorization: $API_KEY" \
  http://jellyfin.local/Users
Get years.
curl \
  -H "X-Emby-Authorization: $API_KEY" \
  http://jellyfin.local/Years
Endpoints (387 total)
GET
/Items
Gets items based on a query.
GET
/Users
Gets a list of users.
GET
/Years
Get years.
GET
/Genres
Gets all genres from a given item, folder, or the entire library.
GET
/Artists
Gets all artists from a given item, folder, or the entire library.
GET
/Devices
Get Devices.
GET
/Persons
Gets all persons.
GET
/Plugins
Gets a list of currently installed plugins.
GET
/Studios
Gets all studios from a given item, folder, or the entire library.
GET
/Channels
Gets available channels.
GET
/Packages
Gets available packages.
GET
/Sessions
Gets a list of sessions.
At a glance
Total SDKs8
Languages6
Endpoints387
Authapikey
Categories1
http://jellyfin.local