GET /radio/tags
List the most popular genre tags used by internet radio stations (e.g., jazz, rock, classical, electronic, pop, news, talk). Returns tag names and station counts. Useful for building genre-based radio browsing menus, tag clouds, and helping users filter the 45,000+ stations down to their preferred music style. Data from Radio Browser.
curl https://nordapi.ee/api/v1/radio/tags
{
"count": 30,
"data": [
{
"name": "pop",
"station_count": 5776
},
{
"name": "music",
"station_count": 4877
},
{
"name": "rock",
"station_count": 3010
},
{
"name": "news",
"station_count": 2808
},
{
"name": "radio",
"station_count": 2156
},
{
"name": "entretenimiento",
"station_count": 2057
},
{
"name": "estación",
"station_count": 2031
},
{
"name": "méxico",
"station_count": 1902
},
{
"name": "norteamérica",
"station_count": 1812
},
{
"name": "fm",
"station_count": 1719
},
{
"name": "moi merino",
"station_count": 1693
},
{
"name": "música",
"station_count": 1637
},
{
"name": "latinoamérica",
"station_count": 1624
},
{
"name": "español",
"station_count": 1587
},
{
"name": "classical",
"station_count": 1577
},
{
"name": "dance",
"station_count": 1502
},
{
"name": "hits",
"station_count": 1462
},
{
"name": "talk",
"station_count": 1451
},
{
"name": "américa",
"station_count": 1375
},
{
"name": "oldies",
"station_count": 1337
},
{
"name": "pop music",
"station_count": 1228
},
{
"name": "80s",
"station_count": 1187
},
{
"name": "jazz",
"station_count": 1152
},
{
"name": "música en español",
"station_count": 984
},
{
"name": "top 40",
"station_count": 978
},
{
"name": "90s",
"station_count": 949
},
{
"name": "electronic",
"station_count": 946
},
{
"name": "public radio",
"station_count": 935
},
{
"name": "christian",
"station_count": 920
},
{
"name": "adult contemporary",
"station_count": 896
}
],
"success": true
}