Weather Forecast API Fields
Please see below for the key fields, their type (string / number / image / boolean) and description:
Field
|
Field Type
|
Description
|
dateTimeISO
|
string
|
ISO 8601 of the valid time of the forecast.
|
maxTempC
|
number
|
The maximum expected temperature in Celsius for the forecast period.
|
maxTempF
|
number
|
The maximum expected temperature in Fahrenheit for the forecast period.
|
minTempC
|
number
|
The minimum expected temperature in Celsius for the forecast period.
|
minTempF
|
number
|
The minimum expected temperature in Fahrenheit for the forecast period.
|
avgTempC
|
number
|
Average temperature in Celsius for the forecast period.
|
avgTempF
|
number
|
Average temperature in Fahrenheit for the forecast period.
|
pop
|
number
|
Probability of precipitation. A percentage from 0 - 100%.
|
precipMM
|
number
|
Precipitation expected in millimetres . The total liquid-equivalent of all precipitation.
|
precipIN
|
number
|
Precipitation expected in inches. The total liquid-equivalent of all precipitation.
|
maxHumidity
|
number
|
Maximum humidity percentage.
|
minHumidity
|
number
|
Minimum humidity percentage.
|
uvi
|
number
|
The ultraviolet index. Integer from 0 - 12.
|
pressureMB
|
number
|
Precipitation expected in millimetres. The total liquid-equivalent of all precipitation.
|
pressureIN
|
number
|
Precipitation expected in inches. The total liquid-equivalent of all precipitation.
|
sky
|
number
|
Sky cover percentage, 0 = clear, 100 = cloudy
|
snowCM
|
number
|
Snowfall amount in centimetres.
|
snowIN
|
number
|
Snowfall amount in inches.
|
feelslikeC
|
number
|
The apparent temperature in Celsius.
|
feelslikeF
|
number
|
The apparent temperature in Fahrenheit
|
minFeelslikeC
|
number
|
The minimum apparent temperature in Celsius.
|
minFeelslikeF
|
number
|
The minimum apparent temperature in Fahrenheit.
|
maxFeelslikeC
|
number
|
The maximum apparent temperature in Celsius.
|
maxFeelslikeF
|
number
|
The maximum apparent temperature in Fahrenheit.
|
avgFeelslikeC
|
number
|
The average apparent temperature in Celsius.
|
avgFeelslikeF
|
number
|
The average apparent temperature in Fahrenheit.
|
weatherPrimary
|
string
|
Full weather phrase that combines the weather from all periods as needed.
|
icon
|
image
|
Weather icon represents the expected weather from the default icon set. This will update when custom icons are mapped.
|
isDay
|
boolean
|
True if the period is during the day, otherwise false.
|
sunriseISO
|
string
|
ISO 8601 date of the sunrise for the observation location.
|
sunsetISO | string | ISO 8601 date of the sunset for the observation location. |