← Viihde

Radiomaat

GET /radio/countries

Listaa all countries that have internet radio stations in the Radio Browser database, along with the number of stations käytettävissä olevat in each country. Hyödyllinen building country-based radio browsing interfaces and discovering which countries have the most active internet radio scenes.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/radio/countries

Reaaliaikainen vastaus

{
  "count": 50,
  "data": [
    {
      "code": "US",
      "name": "The United States Of America",
      "station_count": 6837
    },
    {
      "code": "DE",
      "name": "Germany",
      "station_count": 5656
    },
    {
      "code": "RU",
      "name": "The Russian Federation",
      "station_count": 2979
    },
    {
      "code": "FR",
      "name": "France",
      "station_count": 2417
    },
    {
      "code": "MX",
      "name": "Mexico",
      "station_count": 2046
    },
    {
      "code": "GR",
      "name": "Greece",
      "station_count": 2005
    },
    {
      "code": "GB",
      "name": "The United Kingdom Of Great Britain And Northern Ireland",
      "station_count": 2001
    },
    {
      "code": "AU",
      "name": "Australia",
      "station_count": 1987
    },
    {
      "code": "CN",
      "name": "China",
      "station_count": 1981
    },
    {
      "code": "IT",
      "name": "Italy",
      "station_count": 1594
    },
    {
      "code": "CA",
      "name": "Canada",
      "station_count": 1464
    },
    {
      "code": "BR",
      "name": "Brazil",
      "station_count": 1292
    },
    {
      "code": "ES",
      "name": "Spain",
      "station_count": 1224
    },
    {
      "code": "NL",
      "name": "The Netherlands",
      "station_count": 1181
    },
    {
      "code": "IN",
      "name": "India",
      "station_count": 1092
    },
    {
      "code": "PL",
      "name": "Poland",
      "station_count": 1091
    },
    {
      "code": "PH",
      "name": "The Philippines",
      "station_count": 783
    },
    {
      "code": "AE",
      "name": "The United Arab Emirates",
      "station_count": 770
    },
    {
      "code": "AR",
      "name": "Argentina",
      "station_count": 732
    },
    {
      "code": "RO",
      "name": "Romania",
      "station_count": 714
    },
    {
      "code": "TR",
      "name": "Türkiye",
      "station_count": 655
    },
    {
      "code": "CH",
      "name": "Switzerland",
      "station_count": 577
    },
    {
      "code": "CO",
      "name": "Colombia",
      "station_count": 530
    },
    {
      "code": "BE",
      "name": "Belgium",
      "station_count": 420
    },
    {
      "code": "ID",
      "name": "Indonesia",
      "station_count": 387
    },
    {
      "code": "RS",
      "name": "Serbia",
      "station_count": 382
    },
    {
      "code": "CL",
      "name": "Chile",
      "station_count": 374
    },
    {
      "code": "UG",
      "name": "Uganda",
      "station_count": 357
    },
    {
      "code": "HU",
      "name": "Hungary",
      "station_count": 352
    },
    {
      "code": "AT",
      "name": "Austria",
      "station_count": 329
    },
    {
      "code": "UA",
      "name": "Ukraine",
      "station_count": 310
    },
    {
      "code": "PT",
      "name": "Portugal",
      "station_count": 309
    },
    {
      "code": "HR",
      "name": "Croatia",
      "station_count": 293
    },
    {
      "code": "CZ",
      "name": "Czechia",
      "station_count": 286
    },
    {
      "code": "BG",
      "name": "Bulgaria",
      "station_count": 281
    },
    {
      "code": "IE",
      "name": "Ireland",
      "station_count": 242
    },
    {
      "code": "DK",
      "name": "Denmark",
      "station_count": 239
    },
    {
      "code": "SE",
      "name": "Sweden",
      "station_count": 220
    },
    {
      "code": "NZ",
      "name": "New Zealand",
      "station_count": 215
    },
    {
      "code": "PE",
      "name": "Peru",
      "station_count": 209
    },
    {
      "code": "TW",
      "name": "Taiwan, Republic Of China",
      "station_count": 203
    },
    {
      "code": "JP",
      "name": "Japan",
      "station_count": 184
    },
    {
      "code": "ZA",
      "name": "South Africa",
      "station_count": 183
    },
    {
      "code": "SK",
      "name": "Slovakia",
      "station_count": 174
    },
    {
      "code": "EC",
      "name": "Ecuador",
      "station_count": 161
    },
    {
      "code": "UY",
      "name": "Uruguay",
      "station_count": 159
    },
    {
      "code": "VE",
      "name": "Bolivarian Republic Of Venezuela",
      "station_count": 154
    },
    {
      "code": "BA",
      "name": "Bosnia And Herzegovina",
      "station_count": 142
    },
    {
      "code": "FI",
      "name": "Finland",
      "station_count": 138
    },
    {
      "code": "IL",
      "name": "Israel",
      "station_count": 129
    }
  ],
  "success": true
}