Log in to see full request history

❗️

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 }
Path Params
string
required

The API key for your server

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json