Find stations
API · /radiobrowser-api
Radio Browser API
Live access to the world's largest community-curated directory of internet radio stations, served from the open Radio Browser API — no key, nothing cached. Nearly 58,000 stations are submitted, tagged and voted on by listeners, and clicks are tracked, so the directory carries real engagement signals. The search endpoint finds stations by name, tag, country or language, each with its stream URL, homepage, favicon, codec and bitrate, tags, country and its vote and click counts. The top endpoint returns the trending stations — the most-voted or the most-clicked right now — the community's current favourites. The tag endpoint returns the stations for a genre or theme tag (jazz, news, lofi), the hashtag feed of radio. The stats endpoint returns the directory's live totals: how many stations, tags, languages and countries it holds and how many clicks happened in the last hour and day. Everything is live from Radio Browser, nothing stored. This is the internet-radio discovery layer for any music, player, streaming or media app. Distinct from on-demand music APIs — this is the live, community-voted directory of radio streams. 4 endpoints, no key on our side.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 264 ms
- Server probes · 24h
- Subscribers
- 3,984
- active
- Total calls
- 20
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 5,000 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 5,000 calls/month
- 3 req/sec
- Search, top, tag, stats
- No credit card
Starter
€6.00 /month
- 75,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 75,000 calls/month
- 8 req/sec
- Vote/click engagement signals
- Email support
Pro
€14.00 /month
- 380,000 calls / month
- 20 requests / second
- Hard cap (429 above quota, no overage)
- 380,000 calls/month
- 20 req/sec
- Players & discovery pipelines
- Priority support
Mega
€33.00 /month
- 1,800,000 calls / month
- 50 requests / second
- Hard cap (429 above quota, no overage)
- 1,800,000 calls/month
- 50 req/sec
- Platform scale
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Mixcloud API
Mixcloud as an API — the home of long-form audio: DJ mixes, radio shows and podcasts, returned as clean JSON, no key. Search cloudcasts, users or tags; look up a user profile (followers, listens, location, picture) and their shows; get a cloudcast's full detail — play count, favourites, reposts, listener count, audio length, tags and uploader; read a show's comments; pull the trending cloudcasts for any tag or category; and list Mixcloud's categories. Live data straight from Mixcloud's public API. Distinct from track-based music APIs: Mixcloud is hour-long mixes, broadcast archives and shows — ideal for music-discovery apps, radio and DJ directories, podcast tools and audio dashboards. 8 data endpoints. Authenticated with an x-oanor-key; fair-use rate limits per plan.
api.oanor.com/mixcloud-api
NATO Phonetic Alphabet API
NATO phonetic alphabet conversion as an API, computed locally and deterministically. The spell endpoint turns any text into the international radiotelephony spelling alphabet used by aviation, the military, emergency services and call centres — letters become Alfa, Bravo, Charlie and so on (case-insensitive), digits use the ICAO forms (Niner for nine), spaces are marked, and unknown characters pass through — so SOS becomes “Sierra Oscar Sierra” and ABC123 becomes “Alfa Bravo Charlie One Two Three”. The decode endpoint reverses it, turning a string of phonetic words back into the original characters and accepting common spelling variants (Alpha or Alfa, X-ray or Xray, Juliet or Juliett, Nine or Niner), flagging any words it does not recognise. Everything is computed locally and deterministically, so it is instant and private. Ideal for aviation, radio, telecom, call-centre, customer-support, accessibility and voice app developers, spelling-out and read-back tools, and IVR systems. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 2 endpoints. This is the NATO/ICAO spelling alphabet; for Morse code use a Morse API.
api.oanor.com/phonetic-api
Airport Frequencies API
Airport radio communication frequencies as an API — 30,000+ frequencies at 11,000+ airports, from the OurAirports dataset. List every published frequency at an airport by ident (e.g. KJFK → Approach 125.7/127.4/132.4, ATIS, Tower, Ground, Clearance, …), or filter fleet-wide by type or exact frequency (e.g. find every airport using the emergency frequency 121.5). Each record carries the airport, frequency type (TWR, GND, ATIS, APP, CTAF, UNICOM, CNTR, …) with a readable name, the description and the frequency in MHz. Ideal for aviation radio, flight simulators, EFB, scanner and flight-planning apps.
api.oanor.com/airportfreq-api
Radio API
Search and explore over 50,000 internet and FM radio stations worldwide — a fast, clean wrapper over Radio Browser with automatic mirror failover. Find stations by name, country, language, genre tag or codec, sort by votes or popularity, fetch a single station by UUID with its stream URL, favicon and metadata, list the most-voted stations, browse all countries with station counts and discover the most popular genre/format tags. Every endpoint accepts input via the query string or the request body and returns lean, predictable JSON with the playable stream URL, bitrate, codec, tags and geo where available. Ideal for radio players, music and media apps, smart-speaker skills and directory features.
api.oanor.com/radio-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Radio Browser API?
What's the rate limit for Radio Browser API?
How much does Radio Browser API cost?
Can I cancel my subscription anytime?
Is Radio Browser API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/radiobrowser-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/radiobrowser-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/radiobrowser-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/radiobrowser-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.