Using zenopay-python-sdk with zeno.fm

Python integration

Install
pip install zenopay-python-sdk
Quick start
import zenopay-python-sdk

# Set your API key
client = zenopay_python_sdk.Client(api_key="YOUR_API_KEY")
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
zenopay-python-sdk
Python
API
zeno.fm
zeno.fm
At a glance
Language Python
Endpoints18
Base URLhttps://api.zeno.fm