← Entertainment

Radio Countries

GET /radio/countries

List all countries that have internet radio stations in the Radio Browser database, along with the number of stations available in each country. Useful for building country-based radio browsing interfaces and discovering which countries have the most active internet radio scenes.

Example Requests

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

Live Response

{
  "count": 50,
  "data": [
    {
      "code": "US",
      "name": "The United States Of America",
      "station_count": 7091
    },
    {
      "code": "DE",
      "name": "Germany",
      "station_count": 5787
    },
    {
      "code": "RU",
      "name": "The Russian Federation",
      "station_count": 3027
    },
    {
      "code": "FR",
      "name": "France",
      "station_count": 2476
    },
    {
      "code": "MX",
      "name": "Mexico",
      "station_count": 2273
    },
    {
      "code": "GB",
      "name": "The United Kingdom Of Great Britain And Northern Ireland",
      "station_count": 2113
    },
    {
      "code": "GR",
      "name": "Greece",
      "station_count": 2093
    },
    {
      "code": "CN",
      "name": "China",
      "station_count": 2022
    },
    {
      "code": "AU",
      "name": "Australia",
      "station_count": 2004
    },
    {
      "code": "IT",
      "name": "Italy",
      "station_count": 1624
    },
    {
      "code": "CA",
      "name": "Canada",
      "station_count": 1479
    },
    {
      "code": "BR",
      "name": "Brazil",
      "station_count": 1353
    },
    {
      "code": "ES",
      "name": "Spain",
      "station_count": 1256
    },
    {
      "code": "NL",
      "name": "The Netherlands",
      "station_count": 1226
    },
    {
      "code": "PL",
      "name": "Poland",
      "station_count": 1105
    },
    {
      "code": "IN",
      "name": "India",
      "station_count": 1104
    },
    {
      "code": "PH",
      "name": "The Philippines",
      "station_count": 885
    },
    {
      "code": "RO",
      "name": "Romania",
      "station_count": 873
    },
    {
      "code": "AE",
      "name": "The United Arab Emirates",
      "station_count": 771
    },
    {
      "code": "AR",
      "name": "Argentina",
      "station_count": 760
    },
    {
      "code": "TR",
      "name": "Türkiye",
      "station_count": 734
    },
    {
      "code": "CH",
      "name": "Switzerland",
      "station_count": 599
    },
    {
      "code": "CO",
      "name": "Colombia",
      "station_count": 580
    },
    {
      "code": "BE",
      "name": "Belgium",
      "station_count": 431
    },
    {
      "code": "ID",
      "name": "Indonesia",
      "station_count": 424
    },
    {
      "code": "RS",
      "name": "Serbia",
      "station_count": 392
    },
    {
      "code": "CL",
      "name": "Chile",
      "station_count": 385
    },
    {
      "code": "UG",
      "name": "Uganda",
      "station_count": 361
    },
    {
      "code": "HU",
      "name": "Hungary",
      "station_count": 360
    },
    {
      "code": "AT",
      "name": "Austria",
      "station_count": 334
    },
    {
      "code": "PT",
      "name": "Portugal",
      "station_count": 318
    },
    {
      "code": "UA",
      "name": "Ukraine",
      "station_count": 312
    },
    {
      "code": "HR",
      "name": "Croatia",
      "station_count": 301
    },
    {
      "code": "CZ",
      "name": "Czechia",
      "station_count": 292
    },
    {
      "code": "BG",
      "name": "Bulgaria",
      "station_count": 290
    },
    {
      "code": "IE",
      "name": "Ireland",
      "station_count": 252
    },
    {
      "code": "DK",
      "name": "Denmark",
      "station_count": 241
    },
    {
      "code": "NZ",
      "name": "New Zealand",
      "station_count": 225
    },
    {
      "code": "SE",
      "name": "Sweden",
      "station_count": 225
    },
    {
      "code": "PE",
      "name": "Peru",
      "station_count": 216
    },
    {
      "code": "TW",
      "name": "Taiwan, Republic Of China",
      "station_count": 206
    },
    {
      "code": "JP",
      "name": "Japan",
      "station_count": 191
    },
    {
      "code": "ZA",
      "name": "South Africa",
      "station_count": 189
    },
    {
      "code": "SK",
      "name": "Slovakia",
      "station_count": 175
    },
    {
      "code": "EC",
      "name": "Ecuador",
      "station_count": 167
    },
    {
      "code": "UY",
      "name": "Uruguay",
      "station_count": 160
    },
    {
      "code": "VE",
      "name": "Bolivarian Republic Of Venezuela",
      "station_count": 155
    },
    {
      "code": "FI",
      "name": "Finland",
      "station_count": 146
    },
    {
      "code": "BA",
      "name": "Bosnia And Herzegovina",
      "station_count": 142
    },
    {
      "code": "SI",
      "name": "Slovenia",
      "station_count": 136
    }
  ],
  "success": true
}