← Entertainment

Radio Genres

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.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/radio/tags

Live Response

{
  "count": 30,
  "data": [
    {
      "name": "pop",
      "station_count": 5313
    },
    {
      "name": "music",
      "station_count": 4323
    },
    {
      "name": "rock",
      "station_count": 2822
    },
    {
      "name": "news",
      "station_count": 2614
    },
    {
      "name": "radio",
      "station_count": 1821
    },
    {
      "name": "entretenimiento",
      "station_count": 1738
    },
    {
      "name": "estación",
      "station_count": 1696
    },
    {
      "name": "méxico",
      "station_count": 1564
    },
    {
      "name": "classical",
      "station_count": 1548
    },
    {
      "name": "norteamérica",
      "station_count": 1463
    },
    {
      "name": "fm",
      "station_count": 1443
    },
    {
      "name": "dance",
      "station_count": 1409
    },
    {
      "name": "moi merino",
      "station_count": 1369
    },
    {
      "name": "talk",
      "station_count": 1355
    },
    {
      "name": "hits",
      "station_count": 1336
    },
    {
      "name": "música",
      "station_count": 1333
    },
    {
      "name": "latinoamérica",
      "station_count": 1292
    },
    {
      "name": "español",
      "station_count": 1270
    },
    {
      "name": "oldies",
      "station_count": 1259
    },
    {
      "name": "80s",
      "station_count": 1122
    },
    {
      "name": "pop music",
      "station_count": 1081
    },
    {
      "name": "jazz",
      "station_count": 1075
    },
    {
      "name": "américa",
      "station_count": 1047
    },
    {
      "name": "public radio",
      "station_count": 920
    },
    {
      "name": "top 40",
      "station_count": 913
    },
    {
      "name": "90s",
      "station_count": 886
    },
    {
      "name": "christian",
      "station_count": 882
    },
    {
      "name": "electronic",
      "station_count": 876
    },
    {
      "name": "adult contemporary",
      "station_count": 857
    },
    {
      "name": "classic hits",
      "station_count": 832
    }
  ],
  "success": true
}