Skip to content

Instantly share code, notes, and snippets.

@DaltonWebDev
Last active May 15, 2018 22:34
Show Gist options
  • Save DaltonWebDev/2a54f014ea09973a9e4a09dc5cc2c4e5 to your computer and use it in GitHub Desktop.
Save DaltonWebDev/2a54f014ea09973a9e4a09dc5cc2c4e5 to your computer and use it in GitHub Desktop.

To check if somebody is banned visit this URL: https://bedrockbans.com/api/bans/their_xuid.json

their_xuid = Put their XUID here.

Response: HTTP Status 200 = Banned, HTTP Status 404 = Not Banned

Example Output:

{ "server-name": "servername", "banned-xuid": 111111111111111, "banned-ip": "1.1.1.1", "banner-xuid": 222222222222222, "banner-ip": "2.2.2.2", "ban-reason": "Chargeback", "ban-time": 1526405133 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment