Unit Legend Schema
Unit labels for each measurement in the response.
Example
{ "temp": "°C", "feels_like": "°C", "dew": "°C", "wind_speed": "km/h", "wind_gust": "km/h", "pressure": "kPa", "vis": "km", "rain": "mm", "snow": "cm" }
Attributes
-
temp
stringUnit label for all temperature values returned by the API
Example:
°C -
feels_like
stringUnit label for all apparent temperature values returned by the API
Example:
°C -
dew
stringUnit label for all dew point values returned by the API
Example:
°C -
wind_speed
stringUnit label for all wind speeds returned by the API
Example:
km/h -
wind_gust
stringUnit label for all wind gusts returned by the API
Example:
km/h -
pressure
stringUnit label for all atmospheric pressure values returned by the API
Example:
kPa -
vis
stringUnit label for all visibility distances returned by the API
Example:
km -
rain
stringUnit label for all rainfall amounts returned by the API
Example:
mm -
snow
stringUnit label for all snowfall amounts returned by the API
Example:
cm