Radio Browser

Community directory of 59k+ internet radio stations

🎬 MediaUNMONITOREDchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Radio Browser is a free, community-maintained catalog of internet radio streams searchable by name, tag, country, and language. The keyless JSON API also exposes aggregate stats like total stations and hourly click counts. It runs across several mirror hosts and just asks clients to send a descriptive User-Agent.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://de1.api.radio-browser.info/json/stats

{
  "supported_version": 1,
  "software_version": "0.7.44",
  "status": "OK",
  "stations": 59557,
  "tags": 11544,
  "languages": 638,
  "countries": 241
}
Call itcurl · fetch · python
curl "https://de1.api.radio-browser.info/json/stats"
const res = await fetch("https://de1.api.radio-browser.info/json/stats");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://de1.api.radio-browser.info/json/stats")
print(res.json())
Endpoints · 5On scheduleFULL DOCS ↗
First rollup pending — GET /json/stats has been probed
GET/json/statsPROBED

Community directory of 59k+ internet radio stations

GET/json

Json — documented GET route.

GET/json/1

Json details by ID (example: 1).

GET/json?limit=10

Json — documented GET route.

GET/json/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Radio Browser: common questions

Is Radio Browser free to use?

Yes — Radio Browser is a free media API. Free tier: Free and open source — no key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Radio Browser need an API key?

No — Radio Browser needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished (clients asked to send a descriptive User-Agent)).

Can I call Radio Browser from the browser?

Yes — Radio Browser returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Radio Browser up right now?

As of our last scheduled check, Radio Browser is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.