Session Server Api
interface SessionServerApi
Endpoints on sessionserver.mojang.com.
Functions
Link copied to clipboard
@GET(value = "session/minecraft/profile/{uuid}" )
Returns 204 if the UUID has no player.
Link copied to clipboard
@GET(value = "session/minecraft/profile/{uuid}" )
As above, with signature verification.
Link copied to clipboard
SHA-1 hashes, one per line.
Link copied to clipboard
@GET(value = "session/minecraft/hasJoined" )
Returns the profile on success, 204/empty on failure.
Link copied to clipboard
@POST(value = "session/minecraft/join" )
Returns 204 on success.