UUID


Use this to get an users UUID. You can also get the name from an UUID!

This means:

Name -> UUID
UUID -> Name

Every request will be cached with redis to speedup following requests.

Sample Request

/uuid/Jeb_

/uuid/853c80ef3c3749fdaa49938b674adae6

Required

Sample Return

{
  "name": "jeb_",
  "uuid": "853c80ef3c3749fdaa49938b674adae6"
}