Using zenoh_ros2_sdk with zeno.fm

Python integration

Install
pip install zenoh_ros2_sdk
Quick start
import zenoh_ros2_sdk

# Set your API key
client = zenoh_ros2_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
zenoh_ros2_sdk
Python
API
zeno.fm
zeno.fm
At a glance
Language Python
Endpoints18
Base URLhttps://api.zeno.fm