GET /stations/lastclick/{rowcount}
radio-browser.info:radio-browser-api
Summary: Get recently clicked stations
Operation ID: getLastClickStations
Auth: unknown
Operation ID: getLastClickStations
Auth: unknown
Description
Returns stations that were clicked most recently.
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 clicked stations | curl |
https://de1.api.radio-browser.info/json/stations/lastclick/10 |
|
| Get 20 recent stations excluding broken ones | curl |
https://de1.api.radio-browser.info/json/stations/lastclick/20?hidebroken=true |
|
| Get 50 recent stations with pagination offset | curl |
https://de1.api.radio-browser.info/json/stations/lastclick/50?offset=10&limit=100 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:30:43.614954 | 200 | 188ms | |
| 2026-03-23 09:46:19.919797 | 200 | 230ms | |
| 2026-03-23 09:01:39.303406 | 200 | 220ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:46:19.919797 | 743e0014e3e6 |
22256c0e3107 |
| 2026-03-23 10:30:43.614954 | 22256c0e3107 |
786ecc96ef01 |