Users Status
Track and retrieve the status of all players in your game
ZooGames provides a status feature that allows you to update and track the status of players in your game. With this functionality, you have the flexibility to monitor and display the real-time status of players to enhance the gaming experience. This feature can be seamlessly integrated into your game, your website or your mobile application and will be also visible on the Zoo.Games platform.
Set user status
Optionally, you can add a note while setting up the player status. This note will provide an extra epic experience for your players. Here are some note examples:
Mastering the art of virtual sword fighting!"
"Embarking on an epic quest to save the kingdom."
"Exploring uncharted territories in search of hidden treasures."
"Unleashing magical powers to vanquish foes."
etc.
Set user status
GET
API_END_POINT_URL/api/analytics
Request Body
username*
String
ZooGamesID or any string reference
gameName*
String
You game's name or any string as a reference * Recommended to use gameName as a Game ID that you have registred on Zoo.games
gameVersion
String
Can be any string like V.1.2
gameAddress
Address
Your registered game address
isPlaying
Boolean
Online or Offline status
note
String
A remark
Get users status
Get users status
GET
API_END_POINT_URL/api/analytics?gameName=&isOnline=true
If no query is sent, the system will return all existing records on ZooGames.
Query Parameters
gameName
String
the game name or stat name for retrieval
isOnline
boolean
Display only online or offline users.
Last updated