← Back to catalog
music.radio_search
mock data$0.002 / callRadio Station Search
Search 40K+ internet radio stations by name, genre, country, or language — streaming URLs, bitrate, codec (RadioBrowser)
Input schema
tag
stringTag/genre filter (e.g. "rock", "jazz", "classical", "news")
name
stringStation name to search for (e.g. "BBC Radio", "Jazz FM")
limit
integerMax stations to return (1-100, default 25)
order
stringSort order for results
country
stringCountry name filter (e.g. "Germany", "United States")
language
stringLanguage filter (e.g. "english", "german", "spanish")
hidebroken
booleanHide broken/offline stations (recommended: true)
countrycode
stringISO 3166-1 alpha-2 country code (e.g. "US", "DE", "GB")
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>"}'