cURL
curl --request GET \ --url https://controller.platform.simplecloud.app/v0/players/online/count \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>'
{ "count": 100 }
Get the count of online players
Network ID
Network Secret
OK
Online player count
100
Was this page helpful?