Radio Browser
List of internet radio stations
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Music
- Documentation / URL
- https://api.radio-browser.info/
Overview
Radio Browser aggregates 30,000+ internet radio stations — search by name/tag/country, get stream URLs, votes, and metadata. Keyless, CORS-enabled (verified live), and community-maintained: the standard source for radio directory apps and media players.
Quick Start
Search stations (verified live):
curl "https://de1.api.radio-browser.info/json/stations/search?name=rock&limit=5&hidebroken=true"
[
{
"stationuuid": "db93a00f-9191-46ab-9e87-ec9b373b3eee",
"name": "Arrow Classic Rock",
"url": "http://stream.gal.io/arrow",
"url_resolved": "http://stream.gal.io/arrow",
"tags": "rock,classic rock",
"country": "Netherlands",
"language": "english",
"votes": 35,
"clickcount": 1234,
"favicon": "https://...favicon.png"
}
]
By country / tag:
curl "https://de1.api.radio-browser.info/json/stations/bycountry/germany?limit=10"
curl "https://de1.api.radio-browser.info/json/stations/bytag/jazz?limit=10"
Top voted:
curl "https://de1.api.radio-browser.info/json/stations/topvote/10"
Server list (pick the closest mirror):
curl "https://de1.api.radio-browser.info/json/servers"
Authentication
None — keyless.
Rate Limits & Notes
- Free; the API is served from multiple community mirrors (
de1.,at1.,nl1.…) — pick the nearest. hidebroken=truefilters stations whose streams fail checks.url_resolvedis the playable stream URL (after redirects) — use it for players.- Station data includes
favicon,tags,country,language,votes, andclickcount.
FAQ
Is Radio Browser free? Yes — free, keyless, CORS-enabled.
How do I play a station?
Use url_resolved — it’s the final playable stream URL.
Which server should I use?
Any mirror works (de1, at1, nl1…) — the /json/servers endpoint lists them.
More in Music
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 7digital Api of Music store 7digital | OAuth | Yes | Unknown | ↗ |
| AI Mastering Automated Music Mastering | API Key | Yes | Yes | ↗ |
| Audiomack Api of the streaming music hub Audiomack | OAuth | Yes | Unknown | ↗ |
| Bandcamp API of Music store Bandcamp | OAuth | Yes | Unknown | ↗ |
| Bandsintown Music Events | No auth | Yes | Unknown | ↗ |