A browsable catalogue of radio stations from around the world — tap a link to open K-Radio Tuner, start playback, and get the "Save to My Stations?" prompt.
Filter via the URL — e.g.
?country=kr&genre=jazz,
?genre=jazz,classical,
?lang=ko,
?q=tokyo. The chips below mirror the query string.
Links update as you type. Only http/https
stream URLs are accepted by the app.
| country= | ISO 3166-1 alpha-2, lowercase. Aliases accepted: ko→kr, japan→jp, usa→us, uk→gb. Comma-separated for OR. Example: ?country=kr,jp |
| genre= | Genre tag, lowercase. Comma-separated for OR. Example: ?genre=jazz,classical |
| lang= | ISO 639-1 language code. Comma-separated for OR. Example: ?lang=ja,ko |
| city= | City name, lowercase. Example: ?city=london |
| q= | Free-text search across name + city. Example: ?q=tokyo |
The page loads a pre-built inverted index (stations.index.json)
alongside the catalog, so filter queries resolve as set intersections
rather than full scans — fast even on the full 37k+ entry list.
The display caps at 200 matches; narrow with
more filters or the search box to find a specific station.