UnifyAPI
← Back to catalog

music.radio_search

mock data$0.002 / call

Radio Station Search

Search 40K+ internet radio stations by name, genre, country, or language — streaming URLs, bitrate, codec (RadioBrowser)

Media & Artsprovider: Music#music#media

Input schema

tag

Tag/genre filter (e.g. "rock", "jazz", "classical", "news")

string
name

Station name to search for (e.g. "BBC Radio", "Jazz FM")

string
limit

Max stations to return (1-100, default 25)

integer
order

Sort order for results

string
country

Country name filter (e.g. "Germany", "United States")

string
language

Language filter (e.g. "english", "german", "spanish")

string
hidebroken

Hide broken/offline stations (recommended: true)

boolean
countrycode

ISO 3166-1 alpha-2 country code (e.g. "US", "DE", "GB")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/music.radio_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"tag":"<tag>","name":"<name>","limit":0,"order":"<order>","country":"<country>","language":"<language>","hidebroken":"<hidebroken>","countrycode":"<countrycode>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.