/v1/top
Trending stations
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/radiobrowser-api/v1/top" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/radiobrowser-api/v1/top", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/radiobrowser-api/v1/top");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/radiobrowser-api/v1/top",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"count": 10,
"source": "Radio Browser",
"stations": [
{
"name": "MANGORADIO",
"tags": [
"music",
"variety"
],
"uuid": "78012206-1aa1-11e9-a80b-52543be04c81",
"codec": "MP3",
"votes": 809738,
"clicks": 342,
"online": true,
"bitrate": 128,
"country": "Germany",
"favicon": "https://mangoradio.de/wp-content/uploads/cropped-Logo-192x192.webp",
"homepage": "https://mangoradio.de/",
"language": "german",
"stream_url": "https://mangoradio.stream.laut.fm/mangoradio",
"click_trend": 342,
"country_code": "DE"
},
{
"name": "Dance Wave!",
"tags": [
"club dance electronic house trance"
],
"uuid": "962cc6df-0601-11e8-ae97-52543be04c81",
"codec": "MP3",
"votes": 554458,
"clicks": 209,
"online": true,
"bitrate": 128,
"country": "Hungary",
"favicon": "https://dancewave.online/dw_logo.png",
"homepage": "https://dancewave.online/",
"language": "english",
"stream_url": "https://dancewave.online/dance.mp3",
"click_trend": 209,
"country_code": "HU"
},
{
"name": "REYFM - #original",
"tags": [
"#original",
"fm",
"rey",
"reyfm"
],
"uuid": "f592bcd7-c052-11e9-8502-52543be04c81",
"codec": "MP3",
"votes": 421596,
"clicks": 94,
"online": true,
"bitrate": 192,
"country": null,
"favicon": "https://www.reyfm.de/icon.png",
"homepage": "https://www.reyfm.de/",
"language": null,
"stream_url": "https://listen.reyfm.de/original_192kbps.mp3",
"click_trend": 94,
"country_code": null
},
{
"name": "Radio Paradise Main Mix (EU) 320k AAC",
"tags": [
"california",
"eclectic",
"free",
"internet",
"non-commercial",
"paradise",
"radio"
],
"uuid": "9617a958-0601-11e8-ae97-52543be04c81",
"codec": "AAC",
"votes": 300803,
"clicks": 411,
"online": true,
"bitrate": 320,
"country": "The United
…