Skip to main content
POST /namecolor See what color a persons username is

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
namestring*Username 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"
}