Last updated 1 year ago
GET https://api.fluxpoint.dev/color/random
GET
https://api.fluxpoint.dev/color/random
Get a random color.
GET https://api.fluxpoint.dev/color/info?name=red
https://api.fluxpoint.dev/color/info?name=red
Get color info from name, hex or rgb value.
name/hex/rgb
String
Get info for this color
Authorization*
Your API token here https://fluxpoint.dev/api/token
{ "success": true, "code": 200, "message": "", "hex": "#ff0000", "name": "Red", "r": 255, "g": 0, "b": 0, }