Using zenon-android with zeno.fm

Kotlin integration

Install
# Maven: see https://github.com/ItsChaceD/zenon-android
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-android
Kotlin
API
zeno.fm
zeno.fm
At a glance
Language Kotlin
Endpoints18
Base URLhttps://api.zeno.fm