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
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
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
3. Renew the token every 4 hours
POST
https://fragbots.antonio32a.com/renew
This endpoint will renew your session.
Path Parameters
Last updated