← 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.

See it visualized

Example Requests

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

Live Response

{
  "count": 30,
  "data": [
    {
      "name": "pop",
      "station_count": 5420
    },
    {
      "name": "music",
      "station_count": 4510
    },
    {
      "name": "rock",
      "station_count": 2867
    },
    {
      "name": "news",
      "station_count": 2693
    },
    {
      "name": "radio",
      "station_count": 1933
    },
    {
      "name": "entretenimiento",
      "station_count": 1846
    },
    {
      "name": "estación",
      "station_count": 1805
    },
    {
      "name": "méxico",
      "station_count": 1667
    },
    {
      "name": "norteamérica",
      "station_count": 1570
    },
    {
      "name": "classical",
      "station_count": 1560
    },
    {
      "name": "fm",
      "station_count": 1534
    },
    {
      "name": "moi merino",
      "station_count": 1470
    },
    {
      "name": "dance",
      "station_count": 1446
    },
    {
      "name": "música",
      "station_count": 1432
    },
    {
      "name": "latinoamérica",
      "station_count": 1399
    },
    {
      "name": "talk",
      "station_count": 1378
    },
    {
      "name": "español",
      "station_count": 1377
    },
    {
      "name": "hits",
      "station_count": 1362
    },
    {
      "name": "oldies",
      "station_count": 1278
    },
    {
      "name": "américa",
      "station_count": 1154
    },
    {
      "name": "80s",
      "station_count": 1133
    },
    {
      "name": "pop music",
      "station_count": 1127
    },
    {
      "name": "jazz",
      "station_count": 1090
    },
    {
      "name": "top 40",
      "station_count": 929
    },
    {
      "name": "public radio",
      "station_count": 925
    },
    {
      "name": "90s",
      "station_count": 899
    },
    {
      "name": "electronic",
      "station_count": 890
    },
    {
      "name": "christian",
      "station_count": 886
    },
    {
      "name": "adult contemporary",
      "station_count": 869
    },
    {
      "name": "música en español",
      "station_count": 861
    }
  ],
  "success": true
}