← 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": 5113
    },
    {
      "name": "music",
      "station_count": 4066
    },
    {
      "name": "rock",
      "station_count": 2743
    },
    {
      "name": "news",
      "station_count": 2541
    },
    {
      "name": "radio",
      "station_count": 1603
    },
    {
      "name": "classical",
      "station_count": 1536
    },
    {
      "name": "entretenimiento",
      "station_count": 1534
    },
    {
      "name": "estación",
      "station_count": 1477
    },
    {
      "name": "méxico",
      "station_count": 1362
    },
    {
      "name": "talk",
      "station_count": 1331
    },
    {
      "name": "dance",
      "station_count": 1327
    },
    {
      "name": "hits",
      "station_count": 1287
    },
    {
      "name": "norteamérica",
      "station_count": 1253
    },
    {
      "name": "fm",
      "station_count": 1247
    },
    {
      "name": "oldies",
      "station_count": 1201
    },
    {
      "name": "moi merino",
      "station_count": 1152
    },
    {
      "name": "música",
      "station_count": 1143
    },
    {
      "name": "latinoamérica",
      "station_count": 1084
    },
    {
      "name": "80s",
      "station_count": 1077
    },
    {
      "name": "español",
      "station_count": 1057
    },
    {
      "name": "jazz",
      "station_count": 1041
    },
    {
      "name": "pop music",
      "station_count": 1003
    },
    {
      "name": "public radio",
      "station_count": 913
    },
    {
      "name": "christian",
      "station_count": 870
    },
    {
      "name": "top 40",
      "station_count": 867
    },
    {
      "name": "90s",
      "station_count": 850
    },
    {
      "name": "américa",
      "station_count": 843
    },
    {
      "name": "electronic",
      "station_count": 832
    },
    {
      "name": "adult contemporary",
      "station_count": 832
    },
    {
      "name": "classic hits",
      "station_count": 797
    }
  ],
  "success": true
}