← Развлечения

Радио по странам

GET /radio/countries

Список всех стран, имеющих интернет-радиостанции в базе данных Radio Browser, с количеством доступных станций в каждой стране. Полезно для создания интерфейсов просмотра радио по странам и определения, в каких странах самая активная интернет-радио сцена.

Посмотрите визуализацию

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/radio/countries

Ответ в реальном времени

{
  "count": 50,
  "data": [
    {
      "code": "US",
      "name": "The United States Of America",
      "station_count": 7716
    },
    {
      "code": "DE",
      "name": "Germany",
      "station_count": 6127
    },
    {
      "code": "RU",
      "name": "The Russian Federation",
      "station_count": 3179
    },
    {
      "code": "MX",
      "name": "Mexico",
      "station_count": 2815
    },
    {
      "code": "FR",
      "name": "France",
      "station_count": 2781
    },
    {
      "code": "GB",
      "name": "The United Kingdom Of Great Britain And Northern Ireland",
      "station_count": 2353
    },
    {
      "code": "CN",
      "name": "China",
      "station_count": 2282
    },
    {
      "code": "GR",
      "name": "Greece",
      "station_count": 2228
    },
    {
      "code": "AU",
      "name": "Australia",
      "station_count": 2066
    },
    {
      "code": "IT",
      "name": "Italy",
      "station_count": 1770
    },
    {
      "code": "BR",
      "name": "Brazil",
      "station_count": 1618
    },
    {
      "code": "CA",
      "name": "Canada",
      "station_count": 1544
    },
    {
      "code": "NL",
      "name": "The Netherlands",
      "station_count": 1454
    },
    {
      "code": "ES",
      "name": "Spain",
      "station_count": 1375
    },
    {
      "code": "AR",
      "name": "Argentina",
      "station_count": 1215
    },
    {
      "code": "IN",
      "name": "India",
      "station_count": 1168
    },
    {
      "code": "PL",
      "name": "Poland",
      "station_count": 1157
    },
    {
      "code": "RO",
      "name": "Romania",
      "station_count": 1074
    },
    {
      "code": "PH",
      "name": "The Philippines",
      "station_count": 1028
    },
    {
      "code": "TR",
      "name": "Türkiye",
      "station_count": 808
    },
    {
      "code": "AE",
      "name": "The United Arab Emirates",
      "station_count": 800
    },
    {
      "code": "ID",
      "name": "Indonesia",
      "station_count": 688
    },
    {
      "code": "CH",
      "name": "Switzerland",
      "station_count": 648
    },
    {
      "code": "CO",
      "name": "Colombia",
      "station_count": 629
    },
    {
      "code": "CL",
      "name": "Chile",
      "station_count": 610
    },
    {
      "code": "BE",
      "name": "Belgium",
      "station_count": 514
    },
    {
      "code": "RS",
      "name": "Serbia",
      "station_count": 408
    },
    {
      "code": "HU",
      "name": "Hungary",
      "station_count": 386
    },
    {
      "code": "UG",
      "name": "Uganda",
      "station_count": 368
    },
    {
      "code": "AT",
      "name": "Austria",
      "station_count": 358
    },
    {
      "code": "PT",
      "name": "Portugal",
      "station_count": 353
    },
    {
      "code": "UA",
      "name": "Ukraine",
      "station_count": 351
    },
    {
      "code": "BG",
      "name": "Bulgaria",
      "station_count": 337
    },
    {
      "code": "HR",
      "name": "Croatia",
      "station_count": 315
    },
    {
      "code": "CZ",
      "name": "Czechia",
      "station_count": 309
    },
    {
      "code": "SE",
      "name": "Sweden",
      "station_count": 294
    },
    {
      "code": "IE",
      "name": "Ireland",
      "station_count": 282
    },
    {
      "code": "PE",
      "name": "Peru",
      "station_count": 270
    },
    {
      "code": "DK",
      "name": "Denmark",
      "station_count": 252
    },
    {
      "code": "NZ",
      "name": "New Zealand",
      "station_count": 240
    },
    {
      "code": "ZA",
      "name": "South Africa",
      "station_count": 224
    },
    {
      "code": "TW",
      "name": "Taiwan, Republic Of China",
      "station_count": 214
    },
    {
      "code": "JP",
      "name": "Japan",
      "station_count": 205
    },
    {
      "code": "FI",
      "name": "Finland",
      "station_count": 179
    },
    {
      "code": "SK",
      "name": "Slovakia",
      "station_count": 178
    },
    {
      "code": "VE",
      "name": "Bolivarian Republic Of Venezuela",
      "station_count": 176
    },
    {
      "code": "IL",
      "name": "Israel",
      "station_count": 175
    },
    {
      "code": "UY",
      "name": "Uruguay",
      "station_count": 172
    },
    {
      "code": "EC",
      "name": "Ecuador",
      "station_count": 171
    },
    {
      "code": "BA",
      "name": "Bosnia And Herzegovina",
      "station_count": 162
    }
  ],
  "success": true
}