GET stations/lastchange/{rowcount}
radio-browser.info:radio-browser-api
Summary: Get recently changed stations
Operation ID: getLastChangeStations
Auth: unknown
Operation ID: getLastChangeStations
Auth: unknown
Description
Returns stations that were most recently added or modified.
Parameters (4)
hidebroken
(boolean, query, optional, default: False)
limit
(integer, query, optional, default: 100000)
offset
(integer, query, optional, default: 0)
rowcount
(integer, path, required)
Number of stations to return
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get 10 most recently changed stations | curl |
https://de1.api.radio-browser.info/json/stations/lastchange/10 |
|
| Get 5 recent changes excluding broken stations | curl |
https://de1.api.radio-browser.info/json/stations/lastchange/5?hidebroken=true |
|
| Get 20 recent changes with offset for pagination | curl |
https://de1.api.radio-browser.info/json/stations/lastchange/20?offset=10&limit=50 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:09:29.022410 | 200 | 402ms | |
| 2026-03-23 09:29:45.228480 | 200 | 241ms | |
| 2026-03-23 09:06:30.978319 | 200 | 245ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:29:45.228480 | f5e7bcfcf5a5 |
ca905ee30869 |
| 2026-03-23 10:09:29.022410 | ca905ee30869 |
66c84483369e |