Using zenon-sdk-cpp with zeno.fm

C++ integration

Install
# See https://github.com/dumeriz/zenon-sdk-cpp
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
SDK on GitHub 📄 API Docs
SDK
zenon-sdk-cpp
C++
API
zeno.fm
zeno.fm
At a glance
Language C++
Endpoints18
Base URLhttps://api.zeno.fm