🎮Games
API Endpoints for game servers
Get a list of games our games API supports
[
"7d2d",
"minecraft",
... more games
]Get the online player count, and maximum players for a game server
Query Parameters
Name
Type
Description
{
"online": 38,
"max": 64,
}{
"error": "Invalid game",
"supportedGames": [
"7d2d",
"minecraft",
... more games
]
}{
"error": "Server offline!"
}Get the map a server is currently running
Last updated