cURL
curl --request GET \ --url https://controller.platform.simplecloud.app/v0/players/sessions \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>'
{ "count": 5, "sessions": [ { "address_hash": "abc123hash", "client_version": 765, "duration_seconds": 7200, "id": "123e4567-e89b-12d3-a456-426614174000", "login_time": "2023-01-01T12:00:00Z", "logout_time": "2023-01-01T14:00:00Z", "network_id": "123e4567-e89b-12d3-a456-426614174000", "online_mode": true, "player_id": "069a79f4-44e9-4726-a5be-fca90e38aaf5" } ], "total": 100 }
Get session history for a player on this network
Network ID
Network Secret
Player UUID (Minecraft UUID)
Limit results (default 50)
Offset for pagination
OK
Response for listing player sessions
5
Show child attributes
100
Was this page helpful?