cURL
curl --request GET \ --url https://api.series.hr/game-moderation/check-player \ --header 'apikey: <api-key>'
Check if a player is banned
curl -X GET "https://api.series.hr/game-moderation/check-player?ServerId=server_abc123&UserId=714760171" \ -H "apikey: YOUR_API_KEY"
{ "success": true, "data": { "ServerId": "server_abc123", "UserId": "714760171", "isBanned": false, "banReason": null, "bannedAt": null } }
{ "success": true, "data": { "ServerId": "server_abc123", "UserId": "714760171", "isBanned": true, "banReason": "Cheating detected", "bannedAt": "2024-01-10T14:00:00Z" } }
Player ban status