- Stats: Read
- Pushers: ReadAll, Create, Delete
- MapThumbnails: Read
Return a Stats object:
mode
(str
): One ofnade_fight
,classic
,classes
players
(int
): Number of playersmap
(str
): Current map namemap_technical
(str
): Current map technical namestart_time
(int
): Timestamp for when the current match has started
Get a list of pushers for the current session:
pushers
(array[Pusher]
): A list of Pushers for the current IP address
Create a pusher for the current session. Requires a Pusher
object exluding id
id
(int
): A 32 bit unique random Id for the Pusherplayers
(int
): Minimum number of players required for the Pusher to become activemode
(str
): The mode required for the Pusher to become activemap
(str
): The map required for the pusher to become active
Deletes the pusher. Returns true
if there was one and it was removed and false
otherwise.
Redirect to Github raw content map image.