← 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": 5956
    },
    {
      "name": "music",
      "station_count": 5074
    },
    {
      "name": "rock",
      "station_count": 3093
    },
    {
      "name": "news",
      "station_count": 2912
    },
    {
      "name": "radio",
      "station_count": 2303
    },
    {
      "name": "entretenimiento",
      "station_count": 2189
    },
    {
      "name": "estación",
      "station_count": 2172
    },
    {
      "name": "méxico",
      "station_count": 2022
    },
    {
      "name": "norteamérica",
      "station_count": 1936
    },
    {
      "name": "moi merino",
      "station_count": 1831
    },
    {
      "name": "fm",
      "station_count": 1822
    },
    {
      "name": "música",
      "station_count": 1750
    },
    {
      "name": "latinoamérica",
      "station_count": 1749
    },
    {
      "name": "español",
      "station_count": 1725
    },
    {
      "name": "classical",
      "station_count": 1587
    },
    {
      "name": "dance",
      "station_count": 1538
    },
    {
      "name": "américa",
      "station_count": 1497
    },
    {
      "name": "talk",
      "station_count": 1495
    },
    {
      "name": "hits",
      "station_count": 1494
    },
    {
      "name": "oldies",
      "station_count": 1368
    },
    {
      "name": "pop music",
      "station_count": 1280
    },
    {
      "name": "80s",
      "station_count": 1221
    },
    {
      "name": "jazz",
      "station_count": 1188
    },
    {
      "name": "música en español",
      "station_count": 1041
    },
    {
      "name": "top 40",
      "station_count": 999
    },
    {
      "name": "electronic",
      "station_count": 983
    },
    {
      "name": "90s",
      "station_count": 981
    },
    {
      "name": "public radio",
      "station_count": 977
    },
    {
      "name": "christian",
      "station_count": 940
    },
    {
      "name": "pop rock",
      "station_count": 932
    }
  ],
  "success": true
}