
Loading API details…
Aggregators API Service
The Aggregators API Service provides REST endpoints for creating, retrieving, updating, and deleting podcasts and their episodes, as well as for listing and searching radio stations, and includes reference endpoints that return countries, genres, and languages to use as filters for podcast and station searches.
Latency p95
803 ms
last successful checks
Uptime 30d
100.0%
monitored sample
Playground
Verified
live · allowlisted
Endpoints & operations
api
(18)
/api/v2/podcasts/{podcastKey}/episodes/{episodeKey}
Get podcast episode
/api/v2/podcasts/{podcastKey}/episodes/{episodeKey}
Update podcast episode
/api/v2/stations/countries
Get the list of Countries that can be used to filter stations in the search stations request
/api/v2/stations/genres
Get the list of Genres that can be used to filter stations in the search stations request
/api/v2/stations/languages
Get the list of Languages that can be used to filter stations in the search stations request
/api/v2/stations/list
List stations
/api/v2/stations/search
Search stations
/api/v2/podcasts/{podcastKey}
Delete podcast
/api/v2/podcasts/{podcastKey}
Get podcast
/api/v2/podcasts/{podcastKey}
Update podcast
/api/v2/podcasts/{podcastKey}/episodes
Get podcast episodes
/api/v2/podcasts/{podcastKey}/episodes/create
Create podcast episode
/api/v2/podcasts/{podcastKey}/episodes/{episodeKey}
Delete podcast episode
/api/v2/podcasts/categories
Get the list of Categories that can be used to filter podcasts in the search podcasts request
/api/v2/podcasts/countries
Get the list of Countries that can be used to filter podcasts in the search podcasts request
/api/v2/podcasts/create
Create podcast
/api/v2/podcasts/languages
Get the list of Languages that can be used to filter podcasts in the search podcasts request
/api/v2/podcasts/search
Search podcasts
curl -X GET \
"https://api.zeno.fm/api/v2/podcasts/{podcastKey}/episodes/{episodeKey}" \
-H "x-zeno-api-key: YOUR_API_KEY"api.zeno.fm · HTTPS only · apiKeyHeader auth