get http://opencast.radioca.st/api/statistics//get-all-open-sessions
Statistics
This is an API call only in the official Statistics addon.
This API allows you to get a list of all listening sessions that are currently ongoing
ListenerObject
A ListenerObject is a universal object in all statistic APIs identifying a single listener by IP and User Agent (client).
{
_id: ObjectId,
username: String,
ip: String,
client: String,
geo: {
country: String,
latitude: Number,
longitude: Number,
countryCode: String,
},
lastSeen: Date //deleted after 2 years not seen
}