GET /radio/countries
Listez tous les pays qui ont des stations de radio Internet dans la base Radio Browser, ainsi que le nombre de stations disponibles dans chaque pays. Utile pour créer des interfaces de navigation radio par pays et pour découvrir quels pays ont les scènes de radio Internet les plus actives.
curl https://nordapi.ee/api/v1/radio/countries
{
"count": 50,
"data": [
{
"code": "US",
"name": "The United States Of America",
"station_count": 7155
},
{
"code": "DE",
"name": "Germany",
"station_count": 5836
},
{
"code": "RU",
"name": "The Russian Federation",
"station_count": 3038
},
{
"code": "FR",
"name": "France",
"station_count": 2514
},
{
"code": "MX",
"name": "Mexico",
"station_count": 2388
},
{
"code": "GB",
"name": "The United Kingdom Of Great Britain And Northern Ireland",
"station_count": 2153
},
{
"code": "GR",
"name": "Greece",
"station_count": 2106
},
{
"code": "CN",
"name": "China",
"station_count": 2038
},
{
"code": "AU",
"name": "Australia",
"station_count": 2008
},
{
"code": "IT",
"name": "Italy",
"station_count": 1631
},
{
"code": "CA",
"name": "Canada",
"station_count": 1487
},
{
"code": "BR",
"name": "Brazil",
"station_count": 1393
},
{
"code": "ES",
"name": "Spain",
"station_count": 1261
},
{
"code": "NL",
"name": "The Netherlands",
"station_count": 1257
},
{
"code": "PL",
"name": "Poland",
"station_count": 1119
},
{
"code": "IN",
"name": "India",
"station_count": 1107
},
{
"code": "RO",
"name": "Romania",
"station_count": 1008
},
{
"code": "PH",
"name": "The Philippines",
"station_count": 900
},
{
"code": "AE",
"name": "The United Arab Emirates",
"station_count": 772
},
{
"code": "AR",
"name": "Argentina",
"station_count": 762
},
{
"code": "TR",
"name": "Türkiye",
"station_count": 743
},
{
"code": "CH",
"name": "Switzerland",
"station_count": 602
},
{
"code": "CO",
"name": "Colombia",
"station_count": 582
},
{
"code": "BE",
"name": "Belgium",
"station_count": 445
},
{
"code": "ID",
"name": "Indonesia",
"station_count": 442
},
{
"code": "RS",
"name": "Serbia",
"station_count": 393
},
{
"code": "CL",
"name": "Chile",
"station_count": 389
},
{
"code": "HU",
"name": "Hungary",
"station_count": 363
},
{
"code": "UG",
"name": "Uganda",
"station_count": 361
},
{
"code": "AT",
"name": "Austria",
"station_count": 338
},
{
"code": "PT",
"name": "Portugal",
"station_count": 321
},
{
"code": "UA",
"name": "Ukraine",
"station_count": 319
},
{
"code": "HR",
"name": "Croatia",
"station_count": 306
},
{
"code": "BG",
"name": "Bulgaria",
"station_count": 297
},
{
"code": "CZ",
"name": "Czechia",
"station_count": 292
},
{
"code": "SE",
"name": "Sweden",
"station_count": 272
},
{
"code": "IE",
"name": "Ireland",
"station_count": 258
},
{
"code": "DK",
"name": "Denmark",
"station_count": 241
},
{
"code": "NZ",
"name": "New Zealand",
"station_count": 229
},
{
"code": "PE",
"name": "Peru",
"station_count": 226
},
{
"code": "TW",
"name": "Taiwan, Republic Of China",
"station_count": 206
},
{
"code": "JP",
"name": "Japan",
"station_count": 194
},
{
"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": 161
},
{
"code": "VE",
"name": "Bolivarian Republic Of Venezuela",
"station_count": 157
},
{
"code": "FI",
"name": "Finland",
"station_count": 147
},
{
"code": "BA",
"name": "Bosnia And Herzegovina",
"station_count": 142
},
{
"code": "SI",
"name": "Slovenia",
"station_count": 136
}
],
"success": true
}