{country}: List states

API: radio-browser.info:radio-browser-api
Endpoint: /states/{country}
Response format: application/json
Auth: unknown
Method: GET
Last Status: 200
Latency: 206ms

Description

Returns a list of states/provinces for a country with station counts.

Parameters (1)

country (string, path, required)

Country name or ISO code

Examples (1)

List states openapi-spec
curl 'https://de1.api.radio-browser.info/json/states/United States'
import requests

resp = requests.get("https://de1.api.radio-browser.info/json/states/United States")
data = resp.json()
import zingu_apis

api = zingu_apis.api("radio-browser")
result = api.fetch("states/{country}")

for item in result:
    print(item)
const resp = await fetch("https://de1.api.radio-browser.info/json/states/United States");
const data = await resp.json();

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 02:21:50.763639 200 206ms
2026-04-15 03:05:14.367573 200 271ms
2026-04-14 00:03:01.248328 200 314ms
2026-04-12 16:33:11.856863 200 462ms
2026-04-10 02:20:59.931518 200 260ms
2026-04-09 03:01:21.910927 200 346ms
2026-04-08 00:25:22.961638 200 332ms
2026-04-07 01:51:01.237830 200 230ms
2026-04-05 22:52:17.393594 200 323ms
2026-04-05 01:27:45.406429 200 241ms
2026-04-04 02:30:24.931325 200 352ms
2026-04-03 13:47:31.634739 200 280ms
2026-03-30 02:43:54.113747 200 207ms
2026-03-29 13:18:33.218835 200 286ms
2026-03-23 10:50:46.029658 200 121ms