Skip to main content
Our request has changed! Please use https://api.unrealapi.com for the base url
POST /namecolor See what color a persons username is

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
namestringUsername of the user you want to check for

Response

{
  "name": "Jake",
  "hex": "#4f0e55",
  "rgb": {
    "r": 79,
    "g": 14,
    "b": 85
  },
  "shade": "dark",
  "image": "https://singlecolorimage.com/get/4f0e55/300x300"
}