API: getlisteners
Get a list of connected listeners
Request
GET /api/getlisteners/StationID?key=APIKey
Example request
https://c1.radioboss.fm/api/getlisteners/92?key=A1B2C3
Example of returned data (JSON)
[ { “ip”: “127.0.0.1”, “sec”: “418”, “agent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0”, “country”: “n/a”, “iso”: “”, “city”: “”, “state”: “”, “lat”: “”, “long”: “” }, { “ip”: “127.0.0.1”, “sec”: “50”, “agent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0”, “country”: “n/a”, “iso”: “”, “city”: “”, “state”: “”, “lat”: “”, “long”: “” } ]