Skip to content

[Suggestion] simple page to convert IGN/UUID to UUID/IGN #6

@mrfloris

Description

@mrfloris

If we have the page open already it would be nice to find out who's uuid.json is what IGN, and visa versa. A little input where we can dump the info and it returns the opposite, would be nice. Perhaps even with a link to namenc if we desire more info.

if input is larger than 25, it's probably uuid, else it's an ign, and a regex to limit to valid usernames only.

some plugins also note down uuid without dashes. it would be nice if it lists those as well.

curl -s -H "Accept: application/json" https://api.minecraftservices.com/minecraft/profile/lookup/d669c8706d95430787a30c2eabb4ba3e

That way we can also use it like this, for services that support it / require it.

intput: streamcam

output: (click icon to copy to clipboard)
> uuid: d669c870-6d95-4307-87a3-0c2eabb4ba3e [icon]
> suuid: d669c8706d95430787a30c2eabb4ba3e [icon]
> user: streamcam [icon]
> user history: [icon]
 mrsfloris - Original name
 townx - 01/05/18 12:38:20
 streamcam - 07/06/19 23:03:24
> https://namemc.com/search?q=d669c870-6d95-4307-87a3-0c2eabb4ba3e

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    [Suggestion] simple page to convert IGN/UUID to UUID/IGN · Issue #6 · HelpChat/toolbox