1 hour by location key
Returns forecast data for the next hour for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
locationKey
string · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: jsonlanguage
stringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetric
booleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetails
booleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
DateTime
string · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTime
integer · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIcon
integer · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrase
string · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitation
boolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylight
boolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
Temperature
requiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbability
integer · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndex
number · float · requiredMobileLink
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Link
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationType
string | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensity
string | nullIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RealFeelTemperature
| nullAn object containing the patented AccuWeather RealFeel™ temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
RealFeelTemperatureShade
| nullAn object containing the patented AccuWeather RealFeel™ shade temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
WetBulbTemperature
| nullThe temperature to which air may be cooled by evaporating water into it at constant pressure until it reaches saturation. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
WetBulbGlobeTemperature
| nullA temperature value that indicates heat stress on the human body in direct sunlight based on temperature, humidity, wind speed, sun angle, and cloud cover. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
DewPoint
| nullThe temperature at which the humidity in the air will begin to condense on surfaces. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
Wind
| nullAn object containing wind direction and speed information with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
WindGust
| nullAn object containing information about the maximum short-burst wind speed with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
RelativeHumidity
integer | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidity
integer | null · int32A measure of moisture in the air inside a typical heated home, expressed as a percentage of the maximum amount possible at the same temperature. At temperatures above 68°F this is set to the outdoor relative humidity.
Visibility
| nullAn object containing information about visibility distance with a rounded value in the specified units, Miles or Kilometer. The object may be NULL.
Ceiling
| nullAn object containing information about the cloud base elevation with a rounded value in the specified units, Feet or Meter. The object may be NULL.
UVIndex
integer · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloat
number · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexText
string | nullText associated with the UVIndex.
ThunderstormProbability
integer | null · int32A percentage value representing the probability of a thunderstorm.
RainProbability
integer | null · int32A percentage value representing the probability of rain.
SnowProbability
integer · int64A percentage value representing the probability of snow.
IceProbability
integer | null · int32A percentage value representing the probability of ice.
TotalLiquid
| nullA measurement of total liquid for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Rain
| nullA measurement of rain for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Snow
| nullA measurement of snow for the hour. An object with a rounded value in the specified units, Inch or Centimeter. The object may be NULL.
Ice
| nullA measurement of ice for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
CloudCover
integer | null · int32The percentage of cloud cover.
Evapotranspiration
| nullSoil water loss by evaporation and plant transpiration. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
SolarIrradiance
| nullThe sun's electromagnetic radiation (global horizontal irradiance) as measured at the Earth's surface. An object with a rounded value in Watts per square Meter. The object may be NULL.
12 hours by location key
Returns forecast data for the next 12 hours for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
locationKey
string · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: jsonlanguage
stringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetric
booleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetails
booleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
DateTime
string · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTime
integer · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIcon
integer · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrase
string · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitation
boolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylight
boolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
Temperature
requiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbability
integer · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndex
number · float · requiredMobileLink
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Link
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationType
string | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensity
string | nullIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RealFeelTemperature
| nullAn object containing the patented AccuWeather RealFeel™ temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
RealFeelTemperatureShade
| nullAn object containing the patented AccuWeather RealFeel™ shade temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
WetBulbTemperature
| nullThe temperature to which air may be cooled by evaporating water into it at constant pressure until it reaches saturation. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
WetBulbGlobeTemperature
| nullA temperature value that indicates heat stress on the human body in direct sunlight based on temperature, humidity, wind speed, sun angle, and cloud cover. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
DewPoint
| nullThe temperature at which the humidity in the air will begin to condense on surfaces. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
Wind
| nullAn object containing wind direction and speed information with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
WindGust
| nullAn object containing information about the maximum short-burst wind speed with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
RelativeHumidity
integer | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidity
integer | null · int32A measure of moisture in the air inside a typical heated home, expressed as a percentage of the maximum amount possible at the same temperature. At temperatures above 68°F this is set to the outdoor relative humidity.
Visibility
| nullAn object containing information about visibility distance with a rounded value in the specified units, Miles or Kilometer. The object may be NULL.
Ceiling
| nullAn object containing information about the cloud base elevation with a rounded value in the specified units, Feet or Meter. The object may be NULL.
UVIndex
integer · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloat
number · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexText
string | nullText associated with the UVIndex.
ThunderstormProbability
integer | null · int32A percentage value representing the probability of a thunderstorm.
RainProbability
integer | null · int32A percentage value representing the probability of rain.
SnowProbability
integer · int64A percentage value representing the probability of snow.
IceProbability
integer | null · int32A percentage value representing the probability of ice.
TotalLiquid
| nullA measurement of total liquid for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Rain
| nullA measurement of rain for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Snow
| nullA measurement of snow for the hour. An object with a rounded value in the specified units, Inch or Centimeter. The object may be NULL.
Ice
| nullA measurement of ice for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
CloudCover
integer | null · int32The percentage of cloud cover.
Evapotranspiration
| nullSoil water loss by evaporation and plant transpiration. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
SolarIrradiance
| nullThe sun's electromagnetic radiation (global horizontal irradiance) as measured at the Earth's surface. An object with a rounded value in Watts per square Meter. The object may be NULL.
24 hours by location key
Returns forecast data for the next 24 hours for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
locationKey
string · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: jsonlanguage
stringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetric
booleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetails
booleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
DateTime
string · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTime
integer · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIcon
integer · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrase
string · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitation
boolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylight
boolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
Temperature
requiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbability
integer · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndex
number · float · requiredMobileLink
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Link
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationType
string | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensity
string | nullIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RealFeelTemperature
| nullAn object containing the patented AccuWeather RealFeel™ temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
RealFeelTemperatureShade
| nullAn object containing the patented AccuWeather RealFeel™ shade temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
WetBulbTemperature
| nullThe temperature to which air may be cooled by evaporating water into it at constant pressure until it reaches saturation. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
WetBulbGlobeTemperature
| nullA temperature value that indicates heat stress on the human body in direct sunlight based on temperature, humidity, wind speed, sun angle, and cloud cover. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
DewPoint
| nullThe temperature at which the humidity in the air will begin to condense on surfaces. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
Wind
| nullAn object containing wind direction and speed information with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
WindGust
| nullAn object containing information about the maximum short-burst wind speed with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
RelativeHumidity
integer | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidity
integer | null · int32A measure of moisture in the air inside a typical heated home, expressed as a percentage of the maximum amount possible at the same temperature. At temperatures above 68°F this is set to the outdoor relative humidity.
Visibility
| nullAn object containing information about visibility distance with a rounded value in the specified units, Miles or Kilometer. The object may be NULL.
Ceiling
| nullAn object containing information about the cloud base elevation with a rounded value in the specified units, Feet or Meter. The object may be NULL.
UVIndex
integer · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloat
number · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexText
string | nullText associated with the UVIndex.
ThunderstormProbability
integer | null · int32A percentage value representing the probability of a thunderstorm.
RainProbability
integer | null · int32A percentage value representing the probability of rain.
SnowProbability
integer · int64A percentage value representing the probability of snow.
IceProbability
integer | null · int32A percentage value representing the probability of ice.
TotalLiquid
| nullA measurement of total liquid for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Rain
| nullA measurement of rain for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Snow
| nullA measurement of snow for the hour. An object with a rounded value in the specified units, Inch or Centimeter. The object may be NULL.
Ice
| nullA measurement of ice for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
CloudCover
integer | null · int32The percentage of cloud cover.
Evapotranspiration
| nullSoil water loss by evaporation and plant transpiration. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
SolarIrradiance
| nullThe sun's electromagnetic radiation (global horizontal irradiance) as measured at the Earth's surface. An object with a rounded value in Watts per square Meter. The object may be NULL.
72 hours by location key
Returns forecast data for the next 72 hours for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
locationKey
string · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: jsonlanguage
stringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetric
booleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetails
booleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
DateTime
string · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTime
integer · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIcon
integer · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrase
string · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitation
boolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylight
boolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
Temperature
requiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbability
integer · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndex
number · float · requiredMobileLink
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Link
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationType
string | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensity
string | nullIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RealFeelTemperature
| nullAn object containing the patented AccuWeather RealFeel™ temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
RealFeelTemperatureShade
| nullAn object containing the patented AccuWeather RealFeel™ shade temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
WetBulbTemperature
| nullThe temperature to which air may be cooled by evaporating water into it at constant pressure until it reaches saturation. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
WetBulbGlobeTemperature
| nullA temperature value that indicates heat stress on the human body in direct sunlight based on temperature, humidity, wind speed, sun angle, and cloud cover. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
DewPoint
| nullThe temperature at which the humidity in the air will begin to condense on surfaces. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
Wind
| nullAn object containing wind direction and speed information with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
WindGust
| nullAn object containing information about the maximum short-burst wind speed with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
RelativeHumidity
integer | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidity
integer | null · int32A measure of moisture in the air inside a typical heated home, expressed as a percentage of the maximum amount possible at the same temperature. At temperatures above 68°F this is set to the outdoor relative humidity.
Visibility
| nullAn object containing information about visibility distance with a rounded value in the specified units, Miles or Kilometer. The object may be NULL.
Ceiling
| nullAn object containing information about the cloud base elevation with a rounded value in the specified units, Feet or Meter. The object may be NULL.
UVIndex
integer · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloat
number · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexText
string | nullText associated with the UVIndex.
ThunderstormProbability
integer | null · int32A percentage value representing the probability of a thunderstorm.
RainProbability
integer | null · int32A percentage value representing the probability of rain.
SnowProbability
integer · int64A percentage value representing the probability of snow.
IceProbability
integer | null · int32A percentage value representing the probability of ice.
TotalLiquid
| nullA measurement of total liquid for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Rain
| nullA measurement of rain for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Snow
| nullA measurement of snow for the hour. An object with a rounded value in the specified units, Inch or Centimeter. The object may be NULL.
Ice
| nullA measurement of ice for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
CloudCover
integer | null · int32The percentage of cloud cover.
Evapotranspiration
| nullSoil water loss by evaporation and plant transpiration. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
SolarIrradiance
| nullThe sun's electromagnetic radiation (global horizontal irradiance) as measured at the Earth's surface. An object with a rounded value in Watts per square Meter. The object may be NULL.
120 hours by location key
Returns forecast data for the next 120 hours for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
locationKey
string · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
format
stringA string value that specifies what type of format to provide the response.
Default: jsonlanguage
stringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetric
booleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetails
booleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate using your API key. Format isBearer YOUR_API_KEY
.
Responses
OK
DateTime
string · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTime
integer · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIcon
integer · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrase
string · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitation
boolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylight
boolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
Temperature
requiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbability
integer · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndex
number · float · requiredMobileLink
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Link
string · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationType
string | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensity
string | nullIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RealFeelTemperature
| nullAn object containing the patented AccuWeather RealFeel™ temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
RealFeelTemperatureShade
| nullAn object containing the patented AccuWeather RealFeel™ shade temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object also contains a brief description of how warm or cold the temperature actually feels outside. The object may be NULL.
WetBulbTemperature
| nullThe temperature to which air may be cooled by evaporating water into it at constant pressure until it reaches saturation. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
WetBulbGlobeTemperature
| nullA temperature value that indicates heat stress on the human body in direct sunlight based on temperature, humidity, wind speed, sun angle, and cloud cover. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
DewPoint
| nullThe temperature at which the humidity in the air will begin to condense on surfaces. The object contains a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
Wind
| nullAn object containing wind direction and speed information with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
WindGust
| nullAn object containing information about the maximum short-burst wind speed with a rounded value in the specified units, Miles per hour or Kilometer per hour. The object may be NULL.
RelativeHumidity
integer | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidity
integer | null · int32A measure of moisture in the air inside a typical heated home, expressed as a percentage of the maximum amount possible at the same temperature. At temperatures above 68°F this is set to the outdoor relative humidity.
Visibility
| nullAn object containing information about visibility distance with a rounded value in the specified units, Miles or Kilometer. The object may be NULL.
Ceiling
| nullAn object containing information about the cloud base elevation with a rounded value in the specified units, Feet or Meter. The object may be NULL.
UVIndex
integer · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloat
number · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexText
string | nullText associated with the UVIndex.
ThunderstormProbability
integer | null · int32A percentage value representing the probability of a thunderstorm.
RainProbability
integer | null · int32A percentage value representing the probability of rain.
SnowProbability
integer · int64A percentage value representing the probability of snow.
IceProbability
integer | null · int32A percentage value representing the probability of ice.
TotalLiquid
| nullA measurement of total liquid for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Rain
| nullA measurement of rain for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
Snow
| nullA measurement of snow for the hour. An object with a rounded value in the specified units, Inch or Centimeter. The object may be NULL.
Ice
| nullA measurement of ice for the hour. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
CloudCover
integer | null · int32The percentage of cloud cover.
Evapotranspiration
| nullSoil water loss by evaporation and plant transpiration. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
SolarIrradiance
| nullThe sun's electromagnetic radiation (global horizontal irradiance) as measured at the Earth's surface. An object with a rounded value in Watts per square Meter. The object may be NULL.