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/{uuid|username}

/uuid/Jeb_

/uuid/853c80ef3c3749fdaa49938b674adae6

Required

Sample Return

{
  "cache": {
    "HIT": true,
    "cache_time": 518400,
    "cache_time_left": 424338,
    "cached_at": 1521307503.090648,
    "cached_until": 1521825903.090648
  },
  "id": "853c80ef3c3749fdaa49938b674adae6",
  "name": "jeb_",
  "status": "OK"
}