Color codes
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
Type
string · minLength: 1 · requiredThe precipitation type.
Dbz
number · float · requiredA unit that represents precipitation intensity in weather radar.
Red
integer · int32 · requiredRed component of the RGB value.
Green
integer · int32 · requiredGreen component of the RGB value.
Blue
integer · int32 · requiredBlue component of the RGB value.
Hex
string · minLength: 1 · requiredThe hexadecimal color value.
Simplified color codes
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
Type
string · minLength: 1 · requiredThe precipitation type.
Threshold
string · minLength: 1 · requiredKey that specifies the threshold value. Along with Precipitation type, can be used to determine the simplified color. If Dbz is zero, not present in the response.
StartDbz
integer · int64 · requiredA unit that represents the start of precipitation intensity in weather radar.
EndDbz
integer · int64 · requiredA unit that represents the end of precipitation intensity in weather radar.
Red
integer · int32 · requiredRed component of the RGB value.
Green
integer · int32 · requiredGreen component of the RGB value.
Blue
integer · int32 · requiredBlue component of the RGB value.
Hex
string · minLength: 1 · requiredThe hexadecimal color value.