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
locationKeyA unique ID that designates a specific location. More information can be found here.
query Parameters
formatA string value that specifies what type of format to provide the response.
languageA string that indicates the language in which to return the response. More information can be found here.
metricA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
1 hour by location key › Responses
OK
DateTimeDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconNumeric value representing an image that displays the IconPhrase.
IconPhrasePhrase description of the forecast. Displayed in specified language.
HasPrecipitationBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightBoolean value (true or false) that specifies whether or not it is daylight.
PrecipitationProbabilityA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexMobileLinkLink to hourly forecasts on AccuWeather's mobile site for the requested location.
LinkLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypeIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensityIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RelativeHumidityA measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityA 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.
UVIndexA numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextText associated with the UVIndex.
ThunderstormProbabilityA percentage value representing the probability of a thunderstorm.
RainProbabilityA percentage value representing the probability of rain.
SnowProbabilityA percentage value representing the probability of snow.
IceProbabilityA percentage value representing the probability of ice.
CloudCoverThe percentage of cloud cover.
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
locationKeyA unique ID that designates a specific location. More information can be found here.
query Parameters
formatA string value that specifies what type of format to provide the response.
languageA string that indicates the language in which to return the response. More information can be found here.
metricA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
12 hours by location key › Responses
OK
DateTimeDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconNumeric value representing an image that displays the IconPhrase.
IconPhrasePhrase description of the forecast. Displayed in specified language.
HasPrecipitationBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightBoolean value (true or false) that specifies whether or not it is daylight.
PrecipitationProbabilityA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexMobileLinkLink to hourly forecasts on AccuWeather's mobile site for the requested location.
LinkLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypeIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensityIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RelativeHumidityA measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityA 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.
UVIndexA numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextText associated with the UVIndex.
ThunderstormProbabilityA percentage value representing the probability of a thunderstorm.
RainProbabilityA percentage value representing the probability of rain.
SnowProbabilityA percentage value representing the probability of snow.
IceProbabilityA percentage value representing the probability of ice.
CloudCoverThe percentage of cloud cover.
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
locationKeyA unique ID that designates a specific location. More information can be found here.
query Parameters
formatA string value that specifies what type of format to provide the response.
languageA string that indicates the language in which to return the response. More information can be found here.
metricA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
24 hours by location key › Responses
OK
DateTimeDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconNumeric value representing an image that displays the IconPhrase.
IconPhrasePhrase description of the forecast. Displayed in specified language.
HasPrecipitationBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightBoolean value (true or false) that specifies whether or not it is daylight.
PrecipitationProbabilityA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexMobileLinkLink to hourly forecasts on AccuWeather's mobile site for the requested location.
LinkLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypeIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensityIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RelativeHumidityA measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityA 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.
UVIndexA numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextText associated with the UVIndex.
ThunderstormProbabilityA percentage value representing the probability of a thunderstorm.
RainProbabilityA percentage value representing the probability of rain.
SnowProbabilityA percentage value representing the probability of snow.
IceProbabilityA percentage value representing the probability of ice.
CloudCoverThe percentage of cloud cover.
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
locationKeyA unique ID that designates a specific location. More information can be found here.
query Parameters
formatA string value that specifies what type of format to provide the response.
languageA string that indicates the language in which to return the response. More information can be found here.
metricA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
72 hours by location key › Responses
OK
DateTimeDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconNumeric value representing an image that displays the IconPhrase.
IconPhrasePhrase description of the forecast. Displayed in specified language.
HasPrecipitationBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightBoolean value (true or false) that specifies whether or not it is daylight.
PrecipitationProbabilityA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexMobileLinkLink to hourly forecasts on AccuWeather's mobile site for the requested location.
LinkLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypeIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensityIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RelativeHumidityA measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityA 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.
UVIndexA numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextText associated with the UVIndex.
ThunderstormProbabilityA percentage value representing the probability of a thunderstorm.
RainProbabilityA percentage value representing the probability of rain.
SnowProbabilityA percentage value representing the probability of snow.
IceProbabilityA percentage value representing the probability of ice.
CloudCoverThe percentage of cloud cover.
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
locationKeyA unique ID that designates a specific location. More information can be found here.
query Parameters
formatA string value that specifies what type of format to provide the response.
languageA string that indicates the language in which to return the response. More information can be found here.
metricA boolean value that specifies whether to return the data in metric units (true) or imperial units (false). More information can be found here.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
120 hours by location key › Responses
OK
DateTimeDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeDatetime of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherIconNumeric value representing an image that displays the IconPhrase.
IconPhrasePhrase description of the forecast. Displayed in specified language.
HasPrecipitationBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
IsDaylightBoolean value (true or false) that specifies whether or not it is daylight.
PrecipitationProbabilityA percentage value representing the probability of precipitation.
accuLumenBrightnessIndexMobileLinkLink to hourly forecasts on AccuWeather's mobile site for the requested location.
LinkLink to hourly forecasts on AccuWeather's free site for the requested location.
PrecipitationTypeIndicates if the precipitation is rain, snow, ice, or mixed. Only returned if HasPrecipitation is true.
PrecipitationIntensityIndicates if the precipitation strength is light, moderate, or heavy. Only returned if HasPrecipitation is true.
RelativeHumidityA measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
IndoorRelativeHumidityA 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.
UVIndexA numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextText associated with the UVIndex.
ThunderstormProbabilityA percentage value representing the probability of a thunderstorm.
RainProbabilityA percentage value representing the probability of rain.
SnowProbabilityA percentage value representing the probability of snow.
IceProbabilityA percentage value representing the probability of ice.
CloudCoverThe percentage of cloud cover.