GET /stations/bycountrycodeexact/{code}
radio-browser.info:radio-browser-api
Summary: Get stations by country code
Operation ID: getStationsByCountryCode
Auth: unknown
Operation ID: getStationsByCountryCode
Auth: unknown
Description
Returns all stations from a specific country using ISO 3166-1 alpha-2 code.
Parameters (6)
code
(string, path, required)
ISO 3166-1 alpha-2 country code (e.g., US, DE, UK)
hidebroken
(boolean, query, optional, default: False)
limit
(integer, query, optional, default: 100000)
offset
(integer, query, optional, default: 0)
order
(string, query, optional)
reverse
(boolean, query, optional, default: False)
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| Get stations for Germany | curl |
https://de1.api.radio-browser.info/json/stations/bycountrycodeexact/DE |
|
| Get 10 working stations from USA | curl |
https://de1.api.radio-browser.info/json/stations/bycountrycodeexact/US?limit=10&hidebroken=true |
|
| Get UK stations ordered by name descending | curl |
https://de1.api.radio-browser.info/json/stations/bycountrycodeexact/GB?order=name&reverse=true |
|
| Get stations by country code NL | doc_extracted |
https://de1.api.radio-browser.info/json/stations/bycountrycodeexact/NL |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:53:03.852517 | 200 | 225ms | 1.2MB |
| 2026-03-23 10:29:40.874169 | 200 | 233ms | |
| 2026-03-23 10:23:17.993965 | 200 | 379ms | 1.2MB |
| 2026-03-23 09:38:57.196151 | 200 | 132ms | 1.1MB |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:23:17.993965 | bbae3f8756a9 |
e81ac06578ed |
| 2026-03-23 10:29:40.874169 | e81ac06578ed |
1381d439d4d7 |
| 2026-03-23 10:53:03.852517 | 1381d439d4d7 |
6ce96a0ccb6a |