← 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": 5740
    },
    {
      "name": "music",
      "station_count": 4780
    },
    {
      "name": "rock",
      "station_count": 2999
    },
    {
      "name": "news",
      "station_count": 2790
    },
    {
      "name": "radio",
      "station_count": 2115
    },
    {
      "name": "entretenimiento",
      "station_count": 2016
    },
    {
      "name": "estación",
      "station_count": 1986
    },
    {
      "name": "méxico",
      "station_count": 1858
    },
    {
      "name": "norteamérica",
      "station_count": 1768
    },
    {
      "name": "fm",
      "station_count": 1682
    },
    {
      "name": "moi merino",
      "station_count": 1653
    },
    {
      "name": "música",
      "station_count": 1595
    },
    {
      "name": "latinoamérica",
      "station_count": 1582
    },
    {
      "name": "classical",
      "station_count": 1576
    },
    {
      "name": "español",
      "station_count": 1546
    },
    {
      "name": "dance",
      "station_count": 1491
    },
    {
      "name": "hits",
      "station_count": 1455
    },
    {
      "name": "talk",
      "station_count": 1427
    },
    {
      "name": "américa",
      "station_count": 1333
    },
    {
      "name": "oldies",
      "station_count": 1331
    },
    {
      "name": "pop music",
      "station_count": 1218
    },
    {
      "name": "80s",
      "station_count": 1182
    },
    {
      "name": "jazz",
      "station_count": 1141
    },
    {
      "name": "top 40",
      "station_count": 972
    },
    {
      "name": "música en español",
      "station_count": 948
    },
    {
      "name": "90s",
      "station_count": 945
    },
    {
      "name": "public radio",
      "station_count": 933
    },
    {
      "name": "electronic",
      "station_count": 931
    },
    {
      "name": "christian",
      "station_count": 910
    },
    {
      "name": "adult contemporary",
      "station_count": 891
    }
  ],
  "success": true
}