Fragbots
Get Fragbots
GET
https://fragbots.antonio32a.com/
This endpoint returns all online fragbots and their queues.
Get Whitelist
GET
https://fragbots.antonio32a.com/whitelist
This endpoint returns all trimmed Minecraft UUIDs of all people who are whitelisted.
Get User
GET
https://fragbots.antonio32a.com/user
This endpoint returns your user data.
Path Parameters
token
string
Your authentication token.
Authentication
Authenticating allows you to get a token
which is used for some of the requests listed above.
1. Send Mojang the hash
POST
https://sessionserver.mojang.com/session/minecraft/join
This endpoint tells Mojang that you're joining a server, but in our case it's used to confirm the hash.
Request Body
accessToken
string
Your Minecraft access token, AKA session ID.
selectedProfile
string
Your Minecraft UUID.
serverId
string
Randomly generated Minecraft hex digest.
2. Send neppy backend the hash
POST
https://fragbots.antonio32a.com/authenticate
This endpoint tells neppy backend your username and your hash so it can be verified. This must be sent after the first request.
Path Parameters
hash
string
Randomly generated Minecraft hex digest from the previous request.
username
string
Your Minecraft username-
3. Renew the token every 4 hours
POST
https://fragbots.antonio32a.com/renew
This endpoint will renew your session.
Path Parameters
token
string
The token obtained in step 2.
Last updated