Skip to content

Instantly share code, notes, and snippets.

@Konicai
Last active February 16, 2023 05:37
Show Gist options
  • Select an option

  • Save Konicai/57925a19d814d3ada9fbe14a236ebbae to your computer and use it in GitHub Desktop.

Select an option

Save Konicai/57925a19d814d3ada9fbe14a236ebbae to your computer and use it in GitHub Desktop.
Global API Endpoints (GeyserMC)

You should read this instead now: https://api.geysermc.org/docs

gamertag = Xbox gamertag
xuid = Xbox XUID in decimal format
uuid = Java Edition UUID with or without dashes
username = An Xbox gamertag or Java Edition username

Endpoint GET
https://api.geysermc.org/v2/xbox/gamertag/{xuid} The corresponding Xbox gamertag of an XUID
https://api.geysermc.org/v2/xbox/xuid/{gamertag} The corresponding XUID of an Xbox gamertag
https://api.geysermc.org/v2/utils/uuid/bedrock_or_java/{username}?prefix={prefix} Multipurpose. Redirects to mojang api if its a java player. Gives XUID if its a bedrock player.
https://api.geysermc.org/v2/link/bedrock/{xuid} Information on the link of a Bedrock player
https://api.geysermc.org/v2/link/java/{uuid} Information on the link of a Java player
https://api.geysermc.org/v2/skin/{xuid} Information on the skin of a Bedrock player
https://api.geysermc.org/v2/stats Information on the skin upload queue
https://api.geysermc.org/health The health state of the Global API

global api controllers: https://github.com/GeyserMC/global_api/tree/master/lib/global_api_web/controllers

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