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

See it visualized

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": 7429
    },
    {
      "code": "DE",
      "name": "Germany",
      "station_count": 5985
    },
    {
      "code": "RU",
      "name": "The Russian Federation",
      "station_count": 3138
    },
    {
      "code": "FR",
      "name": "France",
      "station_count": 2675
    },
    {
      "code": "MX",
      "name": "Mexico",
      "station_count": 2655
    },
    {
      "code": "GB",
      "name": "The United Kingdom Of Great Britain And Northern Ireland",
      "station_count": 2267
    },
    {
      "code": "GR",
      "name": "Greece",
      "station_count": 2137
    },
    {
      "code": "CN",
      "name": "China",
      "station_count": 2130
    },
    {
      "code": "AU",
      "name": "Australia",
      "station_count": 2047
    },
    {
      "code": "IT",
      "name": "Italy",
      "station_count": 1709
    },
    {
      "code": "BR",
      "name": "Brazil",
      "station_count": 1526
    },
    {
      "code": "CA",
      "name": "Canada",
      "station_count": 1526
    },
    {
      "code": "NL",
      "name": "The Netherlands",
      "station_count": 1368
    },
    {
      "code": "ES",
      "name": "Spain",
      "station_count": 1333
    },
    {
      "code": "PL",
      "name": "Poland",
      "station_count": 1137
    },
    {
      "code": "IN",
      "name": "India",
      "station_count": 1131
    },
    {
      "code": "RO",
      "name": "Romania",
      "station_count": 1030
    },
    {
      "code": "PH",
      "name": "The Philippines",
      "station_count": 981
    },
    {
      "code": "TR",
      "name": "Türkiye",
      "station_count": 788
    },
    {
      "code": "AR",
      "name": "Argentina",
      "station_count": 786
    },
    {
      "code": "AE",
      "name": "The United Arab Emirates",
      "station_count": 774
    },
    {
      "code": "ID",
      "name": "Indonesia",
      "station_count": 652
    },
    {
      "code": "CH",
      "name": "Switzerland",
      "station_count": 634
    },
    {
      "code": "CO",
      "name": "Colombia",
      "station_count": 611
    },
    {
      "code": "BE",
      "name": "Belgium",
      "station_count": 503
    },
    {
      "code": "CL",
      "name": "Chile",
      "station_count": 425
    },
    {
      "code": "RS",
      "name": "Serbia",
      "station_count": 404
    },
    {
      "code": "HU",
      "name": "Hungary",
      "station_count": 380
    },
    {
      "code": "UG",
      "name": "Uganda",
      "station_count": 368
    },
    {
      "code": "AT",
      "name": "Austria",
      "station_count": 344
    },
    {
      "code": "PT",
      "name": "Portugal",
      "station_count": 341
    },
    {
      "code": "UA",
      "name": "Ukraine",
      "station_count": 339
    },
    {
      "code": "BG",
      "name": "Bulgaria",
      "station_count": 332
    },
    {
      "code": "HR",
      "name": "Croatia",
      "station_count": 314
    },
    {
      "code": "CZ",
      "name": "Czechia",
      "station_count": 301
    },
    {
      "code": "SE",
      "name": "Sweden",
      "station_count": 287
    },
    {
      "code": "IE",
      "name": "Ireland",
      "station_count": 276
    },
    {
      "code": "DK",
      "name": "Denmark",
      "station_count": 246
    },
    {
      "code": "PE",
      "name": "Peru",
      "station_count": 245
    },
    {
      "code": "NZ",
      "name": "New Zealand",
      "station_count": 236
    },
    {
      "code": "ZA",
      "name": "South Africa",
      "station_count": 215
    },
    {
      "code": "TW",
      "name": "Taiwan, Republic Of China",
      "station_count": 213
    },
    {
      "code": "JP",
      "name": "Japan",
      "station_count": 202
    },
    {
      "code": "SK",
      "name": "Slovakia",
      "station_count": 176
    },
    {
      "code": "FI",
      "name": "Finland",
      "station_count": 175
    },
    {
      "code": "IL",
      "name": "Israel",
      "station_count": 170
    },
    {
      "code": "UY",
      "name": "Uruguay",
      "station_count": 170
    },
    {
      "code": "VE",
      "name": "Bolivarian Republic Of Venezuela",
      "station_count": 169
    },
    {
      "code": "EC",
      "name": "Ecuador",
      "station_count": 167
    },
    {
      "code": "BA",
      "name": "Bosnia And Herzegovina",
      "station_count": 157
    }
  ],
  "success": true
}