Skip to content

Instantly share code, notes, and snippets.

@tonybruess
Last active June 30, 2017 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonybruess/a53219b066e8e0216487 to your computer and use it in GitHub Desktop.
Save tonybruess/a53219b066e8e0216487 to your computer and use it in GitHub Desktop.
New Mojang UUID API
[09:41:22] Dinnerbone: For those who care about it: there are new public API routes for name changes
[09:41:38] Dinnerbone: https://api.mojang.com/users/profiles/minecraft/KrisJelbring will lookup single name -> uuid
[09:42:04] Dinnerbone: https://api.mojang.com/users/profiles/minecraft/KrisJelbring?at=1405612800 will lookup single name -> uuid as of a certain timestamp
[09:42:14] Dinnerbone: (So even if he changes his name now, that link will return him)
[09:42:46] Dinnerbone: https://api.mojang.com/user/profiles/7125ba8b1c864508b92bb5c042ccfe2b/names will show you all the names a profile has been known by
[09:43:01] Dinnerbone: This concludes the public service announcement.
@Jp12ready
Copy link

fagvbnsdfk

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