DocumentationAPI Reference

Players

Get online and offline players of the server.

GET/servers/:id/players

Get player list. Combines mcstatus.io (online) and playerdata (offline).

curl "https://www.mado-hosting.com/api/v1/servers/srv_abc123/players" \
  -H "Authorization: Bearer rsk_your_key"
Online players are queried via mcstatus.io. Offline players are read from /world/playerdata and resolved via the Mojang API.