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
locationKeystring · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: jsonlanguagestringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetricbooleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetailsbooleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
DateTimestring · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeinteger · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconinteger · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrasestring · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitationboolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightboolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
TemperaturerequiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbabilityinteger · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexnumber · float · requiredMobileLinkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypestring | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensitystring | 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.
RelativeHumidityinteger | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityinteger | 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.
UVIndexinteger · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatnumber · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextstring | nullText associated with the UVIndex.
ThunderstormProbabilityinteger | null · int32A percentage value representing the probability of a thunderstorm.
RainProbabilityinteger | null · int32A percentage value representing the probability of rain.
SnowProbabilityinteger · int64A percentage value representing the probability of snow.
IceProbabilityinteger | 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.
CloudCoverinteger | 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
locationKeystring · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: jsonlanguagestringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetricbooleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetailsbooleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
DateTimestring · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeinteger · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconinteger · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrasestring · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitationboolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightboolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
TemperaturerequiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbabilityinteger · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexnumber · float · requiredMobileLinkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypestring | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensitystring | 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.
RelativeHumidityinteger | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityinteger | 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.
UVIndexinteger · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatnumber · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextstring | nullText associated with the UVIndex.
ThunderstormProbabilityinteger | null · int32A percentage value representing the probability of a thunderstorm.
RainProbabilityinteger | null · int32A percentage value representing the probability of rain.
SnowProbabilityinteger · int64A percentage value representing the probability of snow.
IceProbabilityinteger | 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.
CloudCoverinteger | 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
locationKeystring · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: jsonlanguagestringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetricbooleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetailsbooleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
DateTimestring · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeinteger · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconinteger · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrasestring · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitationboolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightboolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
TemperaturerequiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbabilityinteger · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexnumber · float · requiredMobileLinkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypestring | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensitystring | 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.
RelativeHumidityinteger | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityinteger | 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.
UVIndexinteger · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatnumber · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextstring | nullText associated with the UVIndex.
ThunderstormProbabilityinteger | null · int32A percentage value representing the probability of a thunderstorm.
RainProbabilityinteger | null · int32A percentage value representing the probability of rain.
SnowProbabilityinteger · int64A percentage value representing the probability of snow.
IceProbabilityinteger | 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.
CloudCoverinteger | 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
locationKeystring · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: jsonlanguagestringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetricbooleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetailsbooleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
DateTimestring · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeinteger · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconinteger · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrasestring · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitationboolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightboolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
TemperaturerequiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbabilityinteger · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexnumber · float · requiredMobileLinkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypestring | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensitystring | 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.
RelativeHumidityinteger | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityinteger | 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.
UVIndexinteger · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatnumber · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextstring | nullText associated with the UVIndex.
ThunderstormProbabilityinteger | null · int32A percentage value representing the probability of a thunderstorm.
RainProbabilityinteger | null · int32A percentage value representing the probability of rain.
SnowProbabilityinteger · int64A percentage value representing the probability of snow.
IceProbabilityinteger | 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.
CloudCoverinteger | 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
locationKeystring · requiredA unique ID that designates a specific location. More information can be found here.
Example: 349727
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: jsonlanguagestringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usmetricbooleanA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
Default: falsedetailsbooleanA boolean value that specifies whether or not to include extended information.
Default: false
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
DateTimestring · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeinteger · int64 · requiredDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconinteger · int32 · requiredNumeric value representing an image that displays the IconPhrase.
IconPhrasestring · minLength: 1 · requiredPhrase description of the forecast. Displayed in specified language.
HasPrecipitationboolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightboolean · requiredBoolean value (true or false) that specifies whether or not it is daylight.
TemperaturerequiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
PrecipitationProbabilityinteger · int32 · requiredA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexnumber · float · requiredMobileLinkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypestring | nullIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensitystring | 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.
RelativeHumidityinteger | null · int32A measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityinteger | 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.
UVIndexinteger · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatnumber · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextstring | nullText associated with the UVIndex.
ThunderstormProbabilityinteger | null · int32A percentage value representing the probability of a thunderstorm.
RainProbabilityinteger | null · int32A percentage value representing the probability of rain.
SnowProbabilityinteger · int64A percentage value representing the probability of snow.
IceProbabilityinteger | 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.
CloudCoverinteger | 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.