GET /radio/search
Search across 45,000+ internet radio stations worldwide by station name, country, or genre tag. Returns stream URLs, station names, bitrate, codec, country, and genre tags. Data from the community-driven Radio Browser API. Useful for building internet radio apps, discovering local stations abroad, and creating genre-specific streaming playlists.
name
optional
Station name
country
optional
Country
tag
optional
Genre tag
| Name | Required | Default | Description |
|---|---|---|---|
name |
No | - | Station name |
country |
No | - | Country |
tag |
No | - | Genre tag |
curl "https://nordapi.ee/api/v1/radio/search?name=jazz&country=Norway"
curl "https://nordapi.ee/api/v1/radio/search?name=jazz&country=Norway"
curl "https://nordapi.ee/api/v1/radio/search?tag=rock"
curl "https://nordapi.ee/api/v1/radio/search?tag=classical&country=Germany"
{
"count": 2,
"data": [
{
"bitrate": 192,
"codec": "MP3",
"country": "Norway",
"country_code": "NO",
"favicon": "https://i.imgur.com/vHp1XjT.png",
"homepage": "https://radio.nrk.no/direkte/jazz",
"id": "be930f76-8b01-4d51-9863-4b5a8c64897a",
"language": "norwegian",
"name": "1-NRK Jazz",
"tags": [
"jazz",
"smooth jazz"
],
"url": "http://cdn0-47115-liveicecast0.dna.contentdelivery.net/jazz_mp3_h",
"votes": 364
},
{
"bitrate": 128,
"codec": "MP3",
"country": "Norway",
"country_code": "NO",
"favicon": "https://www.1fmmolde.com/uploads/1/2/2/5/122527073/jazz_orig.png",
"homepage": "https://www.1fmmolde.com/",
"id": "81564356-298b-45a5-99e0-446e83e5981a",
"language": "",
"name": "1FM Jazz",
"tags": [
"jazz"
],
"url": "https://lyd.1fm.no/1fmjazz_mq?rp_source=1",
"votes": 1
}
],
"success": true
}