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": 6143
},
{
"name": "music",
"station_count": 5208
},
{
"name": "rock",
"station_count": 3191
},
{
"name": "news",
"station_count": 3015
},
{
"name": "radio",
"station_count": 2373
},
{
"name": "entretenimiento",
"station_count": 2258
},
{
"name": "estación",
"station_count": 2244
},
{
"name": "méxico",
"station_count": 2087
},
{
"name": "norteamérica",
"station_count": 2007
},
{
"name": "moi merino",
"station_count": 1903
},
{
"name": "fm",
"station_count": 1879
},
{
"name": "latinoamérica",
"station_count": 1820
},
{
"name": "música",
"station_count": 1817
},
{
"name": "español",
"station_count": 1793
},
{
"name": "classical",
"station_count": 1625
},
{
"name": "dance",
"station_count": 1572
},
{
"name": "américa",
"station_count": 1566
},
{
"name": "hits",
"station_count": 1554
},
{
"name": "talk",
"station_count": 1541
},
{
"name": "oldies",
"station_count": 1430
},
{
"name": "pop music",
"station_count": 1326
},
{
"name": "80s",
"station_count": 1255
},
{
"name": "jazz",
"station_count": 1230
},
{
"name": "música en español",
"station_count": 1073
},
{
"name": "public radio",
"station_count": 1040
},
{
"name": "top 40",
"station_count": 1028
},
{
"name": "electronic",
"station_count": 1020
},
{
"name": "90s",
"station_count": 1004
},
{
"name": "pop rock",
"station_count": 969
},
{
"name": "christian",
"station_count": 958
}
],
"success": true
}