zeno.fm

Aggregators API

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

SDKs by language (10 total)

pip install zenodo_sdk
pip install zenopay-python-sdk
pip install zenoh_ros2_sdk
npm install zenoti
go get github.com/zenoss/zenoss-go-sdk
go get github.com/hekimapro/zeno
go get github.com/lwm-galactic/zeno
# Maven: see https://github.com/ItsChaceD/zenon-android
# See https://github.com/dumeriz/zenon-sdk-cpp
# See https://github.com/zenolab-ai/zeno-intro
curl examples
List stations
curl \
  -H "x-zeno-api-key: $API_KEY" \
  https://api.zeno.fm/api/v2/stations/list
Get the list of Genres that can be used to filter stations in the search stat…
curl \
  -H "x-zeno-api-key: $API_KEY" \
  https://api.zeno.fm/api/v2/stations/genres
Get the list of Countries that can be used to filter podcasts in the search p…
curl \
  -H "x-zeno-api-key: $API_KEY" \
  https://api.zeno.fm/api/v2/podcasts/countries
Endpoints (18 total)
GET
/api/v2/stations/list
List stations
GET
/api/v2/stations/genres
Get the list of Genres that can be used to filter stations in the search stat…
GET
/api/v2/podcasts/countries
Get the list of Countries that can be used to filter podcasts in the search p…
GET
/api/v2/podcasts/languages
Get the list of Languages that can be used to filter podcasts in the search p…
GET
/api/v2/stations/countries
Get the list of Countries that can be used to filter stations in the search s…
GET
/api/v2/stations/languages
Get the list of Languages that can be used to filter stations in the search s…
GET
/api/v2/podcasts/categories
Get the list of Categories that can be used to filter podcasts in the search …
GET
/api/v2/podcasts/{podcastKey}
Get podcast
GET
/api/v2/podcasts/{podcastKey}/episodes
Get podcast episodes
GET
/api/v2/podcasts/{podcastKey}/episodes/{episodeKey}
Get podcast episode
POST
/api/v2/podcasts/create
Create podcast
POST
/api/v2/podcasts/search
Search podcasts
At a glance
Total SDKs10
Languages6
Endpoints18
Authapikey
Categories1
https://api.zeno.fm