Mojang Api
interface MojangApi
Endpoints on api.mojang.com.
Functions
Link copied to clipboard
@POST(value = "profiles/minecraft" )
Max 10 names. Missing ones are omitted from the response.
Link copied to clipboard
@GET(value = "users/profiles/minecraft/{username}" )
Returns 404 if no player exists.
Link copied to clipboard
@POST(value = "minecraft/profile/lookup/bulk/byname" )
Link copied to clipboard
@GET(value = "minecraft/profile/lookup/name/{username}" )