GET /countries/{filter}
radio-browser.info:radio-browser-api
Summary: Filter countries
Operation ID: getCountriesByFilter
Auth: unknown
Operation ID: getCountriesByFilter
Auth: unknown
Description
Returns countries matching the filter string.
Parameters (6)
filter
(string, path, required)
Filter string for country name
hidebroken
(boolean, query, optional, default: False)
limit
(integer, query, optional, default: 100000)
offset
(integer, query, optional, default: 0)
order
(string, query, optional)
Sort field
reverse
(boolean, query, optional, default: False)
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Filter countries by name | curl |
https://de1.api.radio-browser.info/json/countries/germany |
|
| Filter with pagination | curl |
https://de1.api.radio-browser.info/json/countries/us?limit=10&offset=0 |
|
| Filter with sorting | curl |
https://de1.api.radio-browser.info/json/countries/uk?order=name&reverse=true&hidebroken=true |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:42:54.628288 | 200 | 384ms | |
| 2026-03-23 10:20:00.568860 | 200 | 167ms | |
| 2026-03-23 09:25:23.933134 | 200 | 240ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:20:00.568860 | 4f53cda18c2b |
84ccfd317b26 |
| 2026-03-23 10:42:54.628288 | 84ccfd317b26 |
4f53cda18c2b |