API.CurrentConditions.Entities.OpenAPI.Country
IDstring · minLength: 1 · requiredUnique ISO or Microsoft Localization Code for the country.
LocalizedNamestring · minLength: 1 · requiredCountry name as displayed in the local dialect set with language code in the URL. If no language code is selected, the default is US English (us-en).
EnglishNamestring · minLength: 1 · requiredCountry name displayed in English.
API.CurrentConditions.Entities.OpenAPI.CurrentConditions
LocalObservationDateTimestring · date-time · requiredThe date and time at which the data was collected, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochTimeinteger · int64 · requiredThe date and time at which the data was collected, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
WeatherTextstring · minLength: 1 · requiredA phrase describing the current weather conditions in the specified language.
WeatherIconinteger · int32 · requiredA numeric value representing an image that displays the phrase returned in the WeatherText parameter.
HasPrecipitationboolean · requiredA flag indicating the presence or absence of precipitation. A true response indicates precipitation, false indicates no precipitation.
PrecipitationTypestring · minLength: 1 · requiredThe type of precipitation, if any. Possible values are Rain, Snow, Ice, Mixed, or Null for no precipitation.
IsDayTimeboolean · requiredA boolean flag that indicates the day/night status. True at daytime, false at nighttime.
TemperaturerequiredAn object containing information about the observed air temperature at the requested location with a rounded value for Fahrenheit and Celsius. The object may be NULL.
MobileLinkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's free site for the requested location.
RealFeelTemperature| nullAn object containing the AccuWeather patented RealFeel™ temperature with a rounded value for Fahrenheit or Celsius. The object may be NULL.
RealFeelTemperatureShade| nullAn object containing the AccuWeather patented RealFeel™ shade temperature with a rounded value for Fahrenheit or Celsius. The object may be NULL.
RelativeHumidityinteger · int32A measure of moisture in the air, expressed as a percentage of the maximum amount possible at the same temperature.
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.
DewPoint| nullThe temperature at which the humidity in the air will begin to condense on surfaces. The object contains a rounded value for Fahrenheit and Celsius. The object may be NULL.
Wind| nullAn object containing wind direction and speed information with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
WindGust| nullAn object containing information about the maximum short-burst wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
UVIndexinteger | null · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatnumber | null · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextstring | nullA brief UV index status description.
Visibility| nullAn object containing information about visibility distance with a rounded value for Miles and Kilometer. The object may be NULL.
ObstructionsToVisibilitystring | nullThe visibility distance's limiting factor.
CloudCoverinteger | null · int32A number representing the percentage of the sky that is covered by clouds. May be NULL.
Ceiling| nullAn object containing information about the cloud base elevation with a rounded value for Feet and Meter. The object may be NULL.
Pressure| nullAn object containing information about the measured air pressure at ground level with a rounded value for Inches of Mercury and Millibar. The object may be NULL.
PressureTendency| nullAn object containing information about the atmospheric pressure change.
Past24HourTemperatureDeparture| nullAn object containing information about departure from the temperature observed 24 hours ago with rounded values for Fahrenheit and Celsius. The object may be NULL.
WindChillTemperature| nullAn object containing information about perceived air temperature on exposed skin due to wind with rounded values for Fahrenheit and Celsius. 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. An object containing a rounded value for Fahrenheit and 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. An object containing a rounded value for Fahrenheit and Celsius. The object may be NULL.
Precip1hr| nullAmount of liquid water equivalent of precipitation that has fallen in the past hour. An object containing a rounded value for Inch and Millimeter. The object may be NULL.
PrecipitationSummary| nullSummary of precipitation amounts over the past 24 hours, in 3-hour increments.
TemperatureSummary| nullSummary of temperature fluctuations over the past 6, 12, and 24 hours.
ApparentTemperature| nullPerceived outdoor temperature caused by the combination of air temperature, relative humidity, and wind speed.
API.CurrentConditions.Entities.OpenAPI.CurrentConditionsPoint
typestring · minLength: 1 · requiredfeaturesobject[] · required
API.CurrentConditions.Entities.OpenAPI.CurrentConditionsPointProperties
stationCodestring · minLength: 1 · requiredCode that represents a specific the weather station.
stationNamestring · minLength: 1 · requiredName of the weather station.
stationWeightinteger · int32 · requiredWeight of weather station.
weatherIconinteger · int32 · requiredNumeric value representing an image that displays the WeatherText.
hasPrecipitationboolean · requiredFlag indicating the presence or absence of precipitation. True indicates the presence of precipitation, false indicates the absence of precipitation.
precipitationTypestring · minLength: 1 · requiredIf precipitation is present, the type of precipitation will be returned. Possible values are Rain, Snow, Ice, or Mixed. Null in the absence of precipitation.
temperaturenumber · float · requiredThe observed air temperature at the requested location as a rounded value in the specified units, Fahrenheit or Celsius. The value may be NULL.
realFeelTemperaturenumber · float · requiredThe patented AccuWeather RealFeel™ temperature as a rounded value in the specified units, Fahrenheit or Celsius. The value may be NULL.
realFeelTemperaturePhrasestring · minLength: 1 · requiredShort phrase to describe the current conditions of a location based on AccuWeather's patented RealFeel™ temperature.
realFeelTemperatureShadenumber · float · requiredThe patented AccuWeather RealFeel™ shade temperature as a rounded value in the specified units, Fahrenheit or Celsius. The value may be NULL.
realFeelTemperatureShadePhrasestring · minLength: 1 · requiredShort phrase to describe the current conditions, while in the shade, of a location based on AccuWeather's patented RealFeel™ temperature.
relativeHumidityinteger · int32 · requiredA measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
dewPointnumber · float · requiredThe temperature at which the humidity in the air will begin to condense on surfaces. It is a rounded value in the specified units, Fahrenheit or Celsius. The value may be NULL.
windDirectionDegreesinteger · int32 · requiredWind direction in azimuth degrees from north (180° indicates a wind coming from the south).
windDirectionLocalizedstring · minLength: 1 · requiredA wind direction abbreviation in the specified language.
windDirectionEnglishstring · minLength: 1 · requiredAn English wind direction abbreviation.
windSpeednumber · float · requiredThe measured wind speed as a rounded value in the specified units, Miles per hour or Kilometer per hour. The value may be NULL.
windGustnumber · float · requiredThe maximum short-burst wind speed as a rounded value in the specified units, Miles per hour or Kilometer per hour. The value may be NULL.
uvIndexinteger · int32 · requiredA numerical value that indicates the sun's measured ultraviolet radiation strength. The value may be NULL.
visibilitynumber · float · requiredThe visibility distance as a rounded value in the specified units, Miles or Kilometer per hour. The value may be NULL.
pressurenumber · float · requiredThe measured air pressure at ground level as a rounded value for Inches of Mercury and Millibar. The value may be NULL.
Past24HourTemperatureDeparturenumber · float · requiredDeparture from the temperature observed 24 hours ago. It is a rounded value in the specified units, Fahrenheit or Celsius. The value may be NULL.
past1HourPrecipitationnumber · float · requiredAmount of liquid water equivalent of precipitation that has fallen in the past hour. It is a rounded value in the specified units, Inch or Millimeter. The value may be NULL..
past3HourPrecipitationnumber · float · requiredAmount of liquid water equivalent of precipitation that has fallen in the past 3 hours. It is a rounded value in the specified units, Inch or Millimeter. The value may be NULL.
past6HourPrecipitationnumber · float · requiredAmount of liquid water equivalent of precipitation that has fallen in the past 6 hours. It is a rounded value in the specified units, Inch or Millimeter. The value may be NULL.
past9HourPrecipitationnumber · float · requiredAmount of liquid water equivalent of precipitation that has fallen in the past 9 hours. It is a rounded value in the specified units, Inch or Millimeter. The value may be NULL.
past12HourPrecipitationnumber · float · requiredAmount of liquid water equivalent of precipitation that has fallen in the past 12 hours. It is a rounded value in the specified units, Inch or Millimeter. The value may be NULL..
past18HourPrecipitationnumber · float · requiredAmount of liquid water equivalent of precipitation that has fallen in the past 18 hours. It is a rounded value in the specified units, Inch or Millimeter. The value may be NULL.
past24HourPrecipitationnumber · float · requiredAmount of liquid water equivalent of precipitation that has fallen in the past 24 hours. It is a rounded value in the specified units, Inch or Millimeter. The value may be NULL.
API.CurrentConditions.Entities.OpenAPI.Direction
Degreesinteger · int32 · requiredWind direction in azimuth degrees from north (180° indicates a wind coming from the south).
Localizedstring · minLength: 1 · requiredA wind direction abbreviation in the specified language.
Englishstring · minLength: 1 · requiredAn English wind direction abbreviation.
API.CurrentConditions.Entities.OpenAPI.GeoPosition
ElevationrequiredAn object containing information about elevation of the the city above sea level with with a rounded value for Feet and Meter. The object may be NULL.
Latitudenumber · float · requiredLongitudenumber · float · required
API.CurrentConditions.Entities.OpenAPI.LocalCurrentConditions
LocalObservationDateTimestring · date-time · requiredThe date and time at which the data was collected, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochTimeinteger · int64 · requiredThe date and time at which the data was collected, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
WeatherTextstring · minLength: 1 · requiredA phrase describing the current weather conditions in the specified language.
WeatherIconinteger · int32 · requiredA numeric value representing an image that displays the phrase returned in the WeatherText parameter.
HasPrecipitationboolean · requiredA flag indicating the presence or absence of precipitation. A true response indicates precipitation, false indicates no precipitation.
PrecipitationTypestring · minLength: 1 · requiredThe type of precipitation, if any. Possible values are Rain, Snow, Ice, Mixed, or Null for no precipitation.
IsDayTimeboolean · requiredInformation specific to the local data source. This parameter is not returned if there is no local source information.
TemperaturerequiredAn object containing information about the observed air temperature at the requested location.
MobileLinkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's free site for the requested location.
RealFeelTemperature| nullAccuWeather's patented RealFeel™ temperature. A temperature value that uses a variety of factors to determine how the temperature actually feels outside.
RealFeelTemperatureShade| nullAccuWeather's patented RealFeel™ shade temperature. A temperature value that uses a variety of factors to determine how the temperature actually feels outside in the shade.
RelativeHumidityinteger · int32A measure of moisture in the air, expressed as a percentage of the maximum amount possible at the same temperature.
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.
DewPoint| nullThe temperature at which the humidity in the air will begin to condense on surfaces.
Wind| nullAn object containing wind direction and speed information.
WindGust| nullAn object containing information about the maximum short-burst wind speed.
UVIndexinteger | null · int32A numerical value that indicates the sun's measured ultraviolet radiation strength.
UVIndexFloatnumber | null · floatA decimal value that indicates the sun's measured ultraviolet radiation strength.
UVIndexTextstring | nullA brief UV index status description.
Visibility| nullAn object containing information about visibility distance.
ObstructionsToVisibilitystring | nullThe visibility distance's limiting factor.
CloudCoverinteger | null · int32A number representing the percentage of the sky that is covered by clouds. May be NULL.
Ceiling| nullAn object containing information about the cloud base elevation.
Pressure| nullAn object containing information about the measured air pressure at ground level.
PressureTendency| nullAtmospheric pressure change
Past24HourTemperatureDeparture| nullDeparture from the temperature observed 24 hours ago.
WindChillTemperature| nullPerceived air temperature on exposed skin due to wind.
WetBulbTemperature| nullThe temperature to which air may be cooled by evaporating water into it at constant pressure until it reaches saturation.
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.
Precip1hr| nullAmount of liquid water equivalent of precipitation that has fallen in the past hour.
PrecipitationSummary| nullSummary of precipitation amounts over the past 24 hours, in 3-hour increments.
TemperatureSummary| nullSummary of temperature fluctuations over the past 6, 12, and 24 hours.
ApparentTemperature| nullPerceived outdoor temperature caused by the combination of air temperature, relative humidity, and wind speed.
API.CurrentConditions.Entities.OpenAPI.LocalSource
Idinteger · int32 · requiredA numeric identifier unique to the local data provider.
Namestring · minLength: 1 · requiredThe local data provider's name, displayed in the requested language if it is available. Otherwise the name is displayed in English or the language in which the name was provided.
WeatherCodestring · minLength: 1 · requiredA unique code provided by the local data provider. This code allows the current condition to be matched to icons provided by the local data provider instead of AccuWeather's icons.
API.CurrentConditions.Entities.OpenAPI.ObservationSummary
localObservationDateTimestring · date-time · requiredThe date and time at which the data was collected, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochTimeinteger · int64 · requiredThe date and time at which the data was collected, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
WeatherTextstring · minLength: 1 · requiredA phrase describing the current weather conditions in the specified language.
WeatherIconinteger · int32 · requiredA numeric value representing an image that displays the phrase returned in the WeatherText parameter.
HasPrecipitationboolean · requiredA flag indicating the presence or absence of precipitation. A true response indicates precipitation, false indicates no precipitation.
PrecipitationTypestring · minLength: 1 · requiredThe type of precipitation, if any. Possible values are Rain, Snow, Ice, Mixed, or Null for no precipitation.
IsDayTimeboolean · requiredA boolean flag that indicates the day/night status. True at daytime, false at nighttime.
TemperaturerequiredAn object containing information about the observed air temperature at the requested location with a rounded value for Fahrenheit and Celsius. The object may be NULL.
MobileLinkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's free site for the requested location.
API.CurrentConditions.Entities.OpenAPI.PastHourRange
MinimumrequiredAn object containing a rounded value for Fahrenheit and Celsius. The object may be NULL
MaximumrequiredAn object containing a rounded value for Fahrenheit and Celsius. The object may be NULL
API.CurrentConditions.Entities.OpenAPI.Phrase
DataCodestring · minLength: 1 · requiredA code phrase to briefly describe current conditions.
Flagboolean · requiredFlag indicating the presence or absence of precipitation. True indicates the presence of precipitation, false indicates the absence of precipitation.
PrecipitationTypestring · minLength: 1 · requiredThe type of precipitation, if any. Possible values are Rain, Snow, Ice, Mixed, or Null for no precipitation.
PhraseCodeinteger · int64 · requiredAn integer that maps to a given DataCode.
API.CurrentConditions.Entities.OpenAPI.PrecipitationSummary
PrecipitationrequiredDeprecated. Please use the precipitation summary for a specific time span.
PastHourrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past hour. An object containing a rounded value for Inch and Millimeter. The object may be NULL.
Past3HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past three hours. An object containing a rounded value for Inch and Millimeter. The object may be NULL
Past6HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past six hours. An object containing a rounded value for Inch and Millimeter. The object may be NULL
Past9HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past nine hours. An object containing a rounded value for Inch and Millimeter. The object may be NULL
Past12HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past 12 hours. An object containing a rounded value for Inch and Millimeter. The object may be NULL
Past18HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past 18 hours. An object containing a rounded value for Inch and Millimeter. The object may be NULL
Past24HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past 24 hours. An object containing a rounded value for Inch and Millimeter. The object may be NULL
API.CurrentConditions.Entities.OpenAPI.PrecipitationSummaryMetric
PrecipitationrequiredDeprecated. Please use the precipitation summary for a specific time span.
PastHourrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past hour. Contains Metric and Imperial Values.
Past3HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past three hours. Contains Metric and Imperial Values.
Past6HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past six hours. Contains Metric and Imperial Values.
Past9HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past nine hours. Contains Metric and Imperial Values.
Past12HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past 12 hours. Contains Metric and Imperial Values.
Past18HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past 18 hours. Contains Metric and Imperial Values.
Past24HoursrequiredThe amount of precipitation (liquid equivalent) that has fallen in the past 24 hours. Contains Metric and Imperial Values.
API.CurrentConditions.Entities.OpenAPI.TemperatureSummary
Past6HourRangerequiredSummary of temperature fluctuations over the past 6 hours.
Past12HourRangerequiredSummary of temperature fluctuations over the past 12 hours.
Past24HourRangerequiredSummary of temperature fluctuations over the past 24 hours.
API.CurrentConditions.Entities.OpenAPI.TemperatureSummaryMetric
Past6HourRangerequiredAn object containing temperature minimum and maximum over the past 6 hours.
Past12HourRangerequiredAn object containing temperature minimum and maximum over the past 12 hours.
Past24HourRangerequiredAn object containing temperature minimum and maximum over the past 24 hours.
API.CurrentConditions.Entities.OpenAPI.TimeZone
Codestring · minLength: 1 · requiredOfficial abbreviation code for designated Time Zone.
Namestring · minLength: 1 · requiredOfficial name of designated Time Zone.
GmtOffsetnumber · float · requiredNumber of hours offset from local GMT time.
IsDaylightSavingboolean · requiredA “true” or “false” verification of whether a location is currently observing Day Light Saving time.
NextOffsetChangestring · date-time · requiredNext time that daylight saving time changes.
API.CurrentConditions.Entities.OpenAPI.TopCityCurrentConditions
Keystring · minLength: 1 · requiredUnique ID to search a location.
LocalizedNamestring · minLength: 1 · requiredDisplay name in local dialect set with language code in URL. Default is US English (us-en).
EnglishNamestring · minLength: 1 · requiredLocation name as displayed in English.
CountryrequiredAn object containing country information.
TimeZonerequiredAn object containing timezone information.
GeoPositionrequiredAn object containing geoposition information.
LocalObservationDateTimestring · date-time · requiredDatetime of the current observation displayed in ISO8601 format: yyyy-mm-ddThh:mm:ss±hh:mm.
EpochTimeinteger · int64 · requiredDatetime of the current observation displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
WeatherTextstring · minLength: 1 · requiredPhrase description of the current weather condition. Displayed in specified language.
WeatherIconinteger · int64 · requiredNumeric value representing an image that displays the WeatherText.
HasPrecipitationboolean · requiredFlag indicating the presence or absence of precipitation. True indicates the presence of precipitation, false indicates the absence of precipitation.
PrecipitationTypestring · minLength: 1 · requiredIf precipitation is present, the type of precipitation will be returned. Possible values are Rain, Snow, Ice, or Mixed. Null in the absence of precipitation.
IsDayTimeboolean · requiredFlag indicating the time of day (true=>day, false=>night).
TemperaturerequiredAn object containing temperature information with a rounded value for Fahrenheit and Celsius. The object may be NULL.
MobileLinkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to current conditions on AccuWeather's free site for the requested location.
LocalSource| nullInformation specific to the local data source. This parameter is not returned if there is no local source information.
API.CurrentConditions.Entities.OpenAPI.Wind
DirectionrequiredAn object containing wind direction in azimuth degrees.
SpeedrequiredAn object containing information about wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
API.CurrentConditions.Entities.OpenAPI.WindGust
SpeedrequiredAn object containing information about the maximum wind gust speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
API.CurrentConditions.Entities.OpenAPI.WindGustMetric
SpeedrequiredAn object containing information about the maximum wind gust speed.
API.CurrentConditions.Entities.OpenAPI.WindMetric
DirectionrequiredAn object containing wind direction in azimuth degrees.
SpeedrequiredAn object containing information about wind speed.
Common.OpenAPISpecification.Entities.ErrorResponse
Codeinteger · int32 · requiredThe HTTP status code generated by the origin server for this occurrence of the problem (legacy).
Messagestring · minLength: 1 · requiredThe error message describing the problem (legacy).
Referencestring · minLength: 1 · requiredA URL reference that identifies the specific occurrence of the problem (legacy).
typestring · uri · requiredA URI reference [RFC3986] that identifies the problem type. This is aligned with RFC 7807.
Example: https://httpproblems.com/http-status/401titlestring · requiredA short, human-readable summary of the problem type. This is aligned with RFC 7807.
Example: Unauthorizedstatusinteger · requiredThe HTTP status code generated by the origin server for this occurrence of the problem. This is aligned with RFC 7807.
Example: 401instancestring · uri-reference · requiredA URI reference that identifies the specific occurrence of the problem. This is aligned with RFC 7807.
Example: /locations/v1/349727traceobject · requiredContains custom diagnostic information about the request.
Common.OpenAPISpecification.Entities.Feature`1[[AccuWeather.NetStandard.API.CurrentConditions.Entities.OpenAPI.CurrentConditionsPointProperties, AccuWeather.NetStandard.API.CurrentConditions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
typestring · minLength: 1 · requiredgeometryrequiredpropertiesrequired
Common.OpenAPISpecification.Entities.Geometry
typestring · minLength: 1 · requiredcoordinatesnumber[] · required
Common.OpenAPISpecification.Entities.PressureTendency
localizedTextstring · minLength: 1 · requiredcodestring · minLength: 1 · required
Common.OpenAPISpecification.Entities.Quantity
UnitTypeinteger · int64 · requiredValuenumber · float · requiredUnitstring · minLength: 1 · required
Common.OpenAPISpecification.Entities.QuantityPhrase
UnitTypeinteger · int64 · requiredValuenumber · float · requiredUnitstring · minLength: 1 · required
Phrasestring
API.Forecasts.Daily.Entities.OpenAPI.AirQuality
Namestring · minLength: 1 · requiredName of the pollen or pollutant. For example: grass, mold, weed, air quality, tree and UV index.
Valueinteger · int32 · requiredValue of the given type above. Values associated with mold, grass, weed and tree are in units of parts per cubic meter. Both air quality and UV are indices, so they are unitless.
Categorystring · minLength: 1 · requiredCategory of the air quality or pollution type. For example: low, high, good, moderate, unhealthy, hazardous.
CategoryValueinteger · int64 · requiredValue associated with the air quality or pollution category. These values range from 1 to 6. 1 implying good conditions, 6 implying hazardous conditions.
Typestring | nullOnly exists for air quality. Examples include ozone and particle pollution.
API.Forecasts.Daily.Entities.OpenAPI.DailyForecast
Datestring · date-time · requiredDate of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateinteger · int64 · requiredDate of the forecast displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
TemperaturerequiredAn object containing the forecasted temperature with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
DayrequiredObject containing details about the day.
NightrequiredObject containing detailsa about the night.
Sourcesstring[] · requiredList of forecast sources.
MobileLinkstring · minLength: 1 · requiredLink to daily forecasts on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to daily forecasts on AccuWeather's free site for the requested location.
Sun| nullObject containing details about the sun.
Moon| nullObject containing details about the moon.
RealFeelTemperature| nullAn object containing the patented AccuWeather RealFeel™ temperature with a rounded value in the specified units, Fahrenheit or Celsius. 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 may be NULL.
HoursOfSunnumber | null · floatNumber of hours of sun.
DegreeDaySummary| nullSummary of Heating Degree Day or Cooling Degree Day information.
AirAndPollenarray | nullList of air quality and pollutants.
API.Forecasts.Daily.Entities.OpenAPI.DailyForecastSummary
HeadlinerequiredRepresents the most significant weather event over the next five days, regardless of selected timespan.
DailyForecastsobject[] · requiredForecasts for each 12-hour period.
API.Forecasts.Daily.Entities.OpenAPI.Day
Iconinteger · int32 · requiredNumeric value representing an icon that matches the forecast.
IconPhrasestring · minLength: 1 · requiredPhrase description of the Icon.
HasPrecipitationboolean · requiredBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
PrecipitationTypestring · minLength: 1 · requiredIndicates 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.
ShortPhrasestring | nullPhrase description of the forecast. (Note: AccuWeather attempts to keep this phrase under 30 characters in length, but some languages/weather events may result in a longer phrase length, exceeding 30 characters.).
LongPhrasestring | nullPhrase description of the forecast. (Note: AccuWeather attempts to keep this phrase under 100 characters in length, but some languages/weather events may result in a longer phrase length, exceeding 100 characters.).
PrecipitationProbabilityinteger | null · int32A percentage value representing the probability of precipitation.
ThunderstormProbabilityinteger | null · int32A percentage value representing the probability of a thunderstorm.
RainProbabilityinteger | null · int32A percentage value representing the probability of rain.
SnowProbabilityinteger | null · int32A percentage value representing the probability of snow.
IceProbabilityinteger | null · int32A percentage value representing the probability of ice.
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.
TotalLiquid| nullA measurement of total liquid for the 12-hour period. 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 12-hour period. 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 12-hour period. 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 12-hour period. An object with a rounded value in the specified units, Inch or Millimeter. The object may be NULL.
HoursOfPrecipitationnumber | null · floatThe total number of hours containing any type of precipitation in the indicated 12-hour period.
HoursOfRainnumber | null · floatThe total number of hours containing rain in the indicated 12-hour period.
HoursOfSnownumber | null · floatThe total number of hours containing snowfall in the indicated 12-hour period.
HoursOfIcenumber | null · floatThe total number of hours containing ice precipitation in the indicated 12-hour period.
CloudCoverinteger · 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.
RelativeHumidity| nullA measure of water vapor in the air, expressed as a percentage of the amount needed for saturation.
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.
UVIndexFloat| nullAn object containing the sun's measured ultraviolet radiation strength.
API.Forecasts.Daily.Entities.OpenAPI.DegreeDaySummary
HeatingrequiredNumber of degrees that the mean temperature is below 65 degrees F. An object with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
CoolingrequiredNumber of degrees that the mean temperature is above 65 degrees F. An object with a rounded value in the specified units, Fahrenheit or Celsius. The object may be NULL.
API.Forecasts.Daily.Entities.OpenAPI.Headline
EffectiveDatestring · date-time · requiredDatetime displayed in ISO8601 format: yyyy-mm-ddThh:mm:ss±hh:mm that the headline is in effect.
EffectiveEpochDateinteger · int64 · requiredEffective datetime of the headline displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Severityinteger · int32 · requiredSeverity of the headline displayed as an integer. The lower the number, the greater the severity.
Textstring · minLength: 1 · requiredText of the headline.
Categorystring · minLength: 1 · requiredCategory of the headline.
EndDatestring · date-time · requiredDatetime displayed in ISO8601 format: yyyy-mm-ddThh:mm:ss±hh:mm that the headline period ends.
EndEpochDateinteger · int64 · requiredEnd datetime of the headline displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
MobileLinkstring · minLength: 1 · requiredLink to extended forecasts on AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to extended forecasts on AccuWeather's free site for the requested location.
API.Forecasts.Daily.Entities.OpenAPI.HumidityRange
Minimuminteger · int32The lowest observed water vapor amount expressed as a percentage of the amount needed for saturation, measured over the indicated 12-hour period.
Maximuminteger · int32The highest observed water vapor amount expressed as a percentage of the amount needed for saturation, measured over the indicated 12-hour period.
Averageinteger · int32The average observed water vapor amount expressed as a percentage of the amount needed for saturation, measured over the indicated 12-hour period.
API.Forecasts.Daily.Entities.OpenAPI.IndexRange
Minimumnumber | null · floatA numerical value that indicates the sun's maximum measured ultraviolet radiation strength.
Maximumnumber | null · floatA numerical value that indicates the sun's minimum measured ultraviolet radiation strength.
API.Forecasts.Daily.Entities.OpenAPI.Moon
Risestring · date-time · requiredMoon rise displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochRiseinteger · int64 · requiredMoon rise displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Setstring · date-time · requiredMoon set displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochSetinteger · int64 · requiredMoon set displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Phasestring · minLength: 1 · requiredThe phase of the moon.
Ageinteger · int32 · requiredThe number of days since the new moon.
API.Forecasts.Daily.Entities.OpenAPI.Sun
Risestring · date-time · requiredSun rise displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochRiseinteger · int64 · requiredSun rise displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Setstring · date-time · requiredSun set displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochSetinteger · int64 · requiredSun set displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Common.OpenAPISpecification.Entities.Direction
Degreesinteger · int32 · requiredLocalizedstring · minLength: 1 · requiredEnglishstring · minLength: 1 · required
API.Forecasts.Hourly.Entities.OpenAPI.HourlyForecast
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.
API.Forecasts.Hourly.Entities.OpenAPI.HourlyForecastPoint
dateTimestring · date-time · requiredDatetime of the forecast displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
featureCollectionrequired
API.Forecasts.Hourly.Entities.OpenAPI.HourlyForecastPointFeature
featuresobject[] · requiredtypestring · minLength: 1 · required
API.Forecasts.Hourly.Entities.OpenAPI.HourlyForecastPointProperties
stationCodestring · minLength: 1 · requiredThe weather station code of the location.
rainnumber · float · requiredA measurement of rain for the hour.
rainUnitstring · minLength: 1 · requiredTHe unit of measurement for the rain.
snownumber · float · requiredA measurement of snow for the hour.
snowUnitstring · minLength: 1 · requiredThe unit of measurement for the snow.
icenumber · float · requiredA measurement of ice for the hour.
iceUnitstring · minLength: 1 · requiredThe unit of measurement for the ice.
totalLiquidnumber · float · requiredA measurement of total liquid for the hour.
totalLiquidUnitstring · minLength: 1 · requiredThe unit of measurement for the total liquid.
stationNamestring | nullThe name of the weather station.
stationWeightinteger · int32A number representing the importantance of the weather station.
stationOffsetnumber · floatThe GMT offset of the weather station.
weatherIconinteger | null · int32Numeric value representing an image that displays the IconPhrase.
iconPhrasestring | nullPhrase description of the forecast. Displayed in specified language.
temperaturenumber | null · floatThe forecasted temperature for the hour.
temperatureUnitstring | nullThe unit of measurement for the temperature.
realFeelTemperaturenumber | null · floatThe forecasted patented AccuWeather RealFeel™ temperature for the hour.
realFeelTemperatureUnitstring | nullThe unit of measurement for the patented AccuWeather RealFeel™ temperature.
realFeelTemperaturePhrasestring | nullA phrase representing the patented AccuWeather RealFeel™ temperature.
windDirectionDegreesnumber · floatAngular measurement of the wind direction.
windDirectionEnglishstring | nullAbbreviated text value of the wind direction.
windDirectionLocalizedstring | nullAbbreviated text value of the wind direction in the requested language.
windSpeednumber | null · floatLinear measurement of the wind speed.
windSpeedUnitstring | nullThe unit of measurment for the wind speed.
windGustnumber | null · floatLinear measurement of the wind gust.
windGustUnitstring | nullThe unit of measurment for the wind gust.
hasPrecipitationbooleanBoolean value that indicates the presence of any type of precipitation. Displays true if precipitation is present.
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.
Common.OpenAPISpecification.Entities.Feature`1[[AccuWeather.NetStandard.API.Forecasts.Hourly.Entities.OpenAPI.HourlyForecastPointProperties, AccuWeather.NetStandard.API.Forecasts.Hourly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
typestring · minLength: 1 · requiredgeometryrequiredpropertiesrequired
API.Locations.Entities.OpenAPI.AdministrativeArea
Levelinteger · int64 · requiredAn assigned number to describe the scale of the administrative subdivisions for countries. As the Level number increases, the scale of the subdivision will decrease. Numbers of 10 or greater are reserved for non-political boundaries and should be used independently
CountryIDstring · minLength: 1 · requiredUnique ISO or Microsoft Localization Code for the country that contains the AdministrativeArea.
IDstring · minLength: 1 · requiredUnique administrative area ID
LocalizedNamestring · minLength: 1 · requiredAdministrative area name as displayed in local dialect set with language code in the URL. If no language code is selected, the default is English
EnglishNamestring · minLength: 1 · requiredAdministrative area name displayed in English
LocalizedTypestring | nullAdministrative Area type displayed in the local dialect set with the language code in the URL. Default is US English (en-us).
EnglishTypestring | nullAdministrative Area type displayed in English.
API.Locations.Entities.OpenAPI.AppPartnership
Typestring · minLength: 1 · requiredThe type of partnership
API.Locations.Entities.OpenAPI.Area
IDstring · minLength: 1 · requiredUnique administrative area ID
LocalizedNamestring · minLength: 1 · requiredAdministrative area name as displayed in local dialect set with language code in the URL. If no language code is selected, the default is English
EnglishNamestring · minLength: 1 · requiredAdministrative area name displayed in English
API.Locations.Entities.OpenAPI.Asset
Namestring · minLength: 1 · requiredThe name of the asset
Urlstring · minLength: 1 · requiredThe URL associated to the asset
API.Locations.Entities.OpenAPI.CoordinateTranslate
Keystring · minLength: 1 · requiredUnique ID to search a location
API.Locations.Entities.OpenAPI.DaylightSavingChange
Datestring · date-time · requiredTime when daylight saving will change
GmtOffsetnumber · float · requiredNumber of hours offset from local GMT time
TimeZoneFormatstring · minLength: 1 · requiredAlphabetic abbreviation of the TimeZone
API.Locations.Entities.OpenAPI.Details
Keystring · minLength: 1 · requiredUnique ID to identify a location.
StationCodestring · minLength: 1 · requiredWeather station code of the location.
StationGmtOffsetnumber · float · requiredGMT offset of the weather station.
BandMapstring · minLength: 1 · requiredTemperature and precipitation band map code.
Climostring · minLength: 1 · requiredSource of climatology data for the location.
LocalRadarstring · minLength: 1 · requiredLocal radar code associated with the location.
MediaRegionstring · minLength: 1 · requiredMedia region associated with the location.
Metarstring · minLength: 1 · requiredMetar station of the location.
NXMetrostring · minLength: 1 · requiredCity level radar code.
NXStatestring · minLength: 1 · requiredState level radar code.
Populationinteger · int64 · requiredReported population of the location.
PrimaryWarningCountyCodestring · minLength: 1 · requiredPrimary warning county code.
PrimaryWarningZoneCodestring · minLength: 1 · requiredPrimary warning zone code.
Satellitestring · minLength: 1 · requiredSatellite associated with the location.
Synopticstring · minLength: 1 · requiredSynoptic station associated with the location.
MarineStationstring · minLength: 1 · requiredMarine station code.
MarineStationGMTOffsetnumber · float · requiredGMT offset of the marine station.
VideoCodestring · minLength: 1 · requiredCode that identifies city or region for video.
LocationStemstring · minLength: 1 · requiredCountry ID/location name/postal code or Country ID/location name/Location Key when the location does not have a postal code. For AccuWeather internal use only.
Sourcesobject[] · requiredOfficial sources of data by type
CanonicalPostalCodestring · minLength: 1 · requiredOptimized postal code which may be the postal code of the location or a nearby metropolitan area. May be empty.
CanonicalLocationKeystring · minLength: 1 · requiredOptimized locationKey which may be the locationKey of the location or a nearby metropolitan area. May be empty.
DMA| nullDesignated Marketing Area
PartnerIDstring | nullUnique number that identifies a display partner for the Designated Marketing Area (DMA). Language dependent.
API.Locations.Entities.OpenAPI.Dma
IDstring · minLength: 1 · requiredNumeric id to identify the marketing area.
EnglishNamestring · minLength: 1 · requiredName of the Designated Marketing Area.
API.Locations.Entities.OpenAPI.Location
PrimaryPostalCodestring · minLength: 1 · requiredOfficial postal code provided by our main location data provider for the requested location
RegionrequiredThe object containing the region details
TimeZonerequiredThe object containing the timezone details
GeoPositionrequiredThe object containing the geoposition details
IsAliasboolean · required“True” or “false” verification of whether a location is an “alias” or an alternative name or spelling for a requested location
SupplementalAdminAreasobject[] · requiredThe object containing a list of administrative area details
DataSetsstring[] · requiredArray of location-specific products that are available for this location. Products include Alerts, PremiumAirQuality, AirQuality, MinuteCast, and ForecastConfidence. If no location-specific products are available, the array will be empty.
EnglishNamestring · minLength: 1 · requiredLocation name as displayed in English
Versioninteger · int32 · requiredCurrent version of the API
Keystring · minLength: 1 · requiredUnique ID to search a location
Typestring · minLength: 1 · requiredLocation type such as City, PostalCode, POI or LatLong
Rankinteger · int32 · requiredNumber applied to locations set by factors such as population, political importance, and geographic size
LocalizedNamestring · minLength: 1 · requiredDisplay name in local dialect set with language code in URL. Default is US English (us-en)
CountryrequiredTHe object containing the country details
AdministrativeArearequiredThe object containing the amdministrative area details
ParentCity| nullThe object containing the parentcity details. This object will be displayed only if the location is part of a larger metropolitan area or parent city.
Details| nullAccuWeather related details about the specific location
API.Locations.Entities.OpenAPI.LocationBase
Versioninteger · int32 · requiredCurrent version of the API
Keystring · minLength: 1 · requiredUnique ID to search a location
Typestring · minLength: 1 · requiredLocation type such as City, PostalCode, POI or LatLong
Rankinteger · int32 · requiredNumber applied to locations set by factors such as population, political importance, and geographic size
LocalizedNamestring · minLength: 1 · requiredDisplay name in local dialect set with language code in URL. Default is US English (us-en)
CountryrequiredTHe object containing the country details
AdministrativeArearequiredThe object containing the amdministrative area details
API.Locations.Entities.OpenAPI.LocationGeoPosition
ElevationrequiredThe location elevation compared to the sea level. An object containing a rounded value for Feet and Meter. The object may be NULL.
Latitudenumber · float · requiredLongitudenumber · float · required
API.Locations.Entities.OpenAPI.LocationTimeZone
Codestring · minLength: 1 · requiredOfficial abbreviation code for designated Time Zone
NextOffsetChangestring · date-time · requiredNext time that daylight saving time changes
Namestring · minLength: 1 · requiredOfficial name of designated Time Zone
GmtOffsetnumber · float · requiredNumber of hours offset from local GMT time
IsDaylightSavingboolean · requiredA “true” or “false” verification of whether a location is currently observing Day Light Saving time
API.Locations.Entities.OpenAPI.ParentCity
Keystring · minLength: 1 · requiredParent city location key.
LocalizedNamestring · minLength: 1 · requiredParent city name as displayed in local dialect set with language code in the URL. If no language code is selected, the default is English
EnglishNamestring · minLength: 1 · requiredParent city name displayed in English
API.Locations.Entities.OpenAPI.Partner
IDinteger · int32 · requiredUnique ID to search a partner
PartnerAreaIDinteger · int32 · requiredUnique administrative area ID
MarketIDinteger · int32 · requiredUnique market ID associated with the partner
BlogIDinteger · int32 · requiredUnique blob ID associated with the partner
Namestring · minLength: 1 · requiredThe name of the partner
HeadlineNewsLogostring | nullThe URL to the partner's headline news logo
WebLogostring | nullThe URL to the partner's web logo
WebLinkstring | nullThe URL to the partner's website
MobileLogostring | nullThe URL to the partner's mobile logo
MobileLinkstring | nullThe URL to the partner's mobile website
RSSLinkstring | nullThe URL to the partner's RSS feed
FeatureLinkstring | nullThe URL to the partner's feature
AppPartnership| nullAn object representing all of the partnerships
Assetsarray | nullAn object representing all of the assests such as links
API.Locations.Entities.OpenAPI.SourceElement
DataTypestring · minLength: 1 · requiredThe type of data the source provides.
Sourcestring · minLength: 1 · requiredName of the data provider.
SourceIdinteger · int32 · requiredId associated with the source. Can be used as a key.
PartnerSourceUrlstring | nullSource URL for the display partner of a Designated Marketing Area (DMA
API.Locations.Entities.OpenAPI.Station
StationCodestring · minLength: 1 · requiredUnique ID of the weather station
GeoPositionrequiredThe object containing the geoposition details
GmtOffsetnumber · float · requiredGMT offset of the weather station
CurrentGmtOffsetnumber · float · requiredCurrent GMT offset of the weather station
TimeZoneDesignatorstring · minLength: 1 · requiredAlphabetic abbreviation of the TimeZone
TimeZoneNamestring · minLength: 1 · requiredThe name of the TimeZone
API.Locations.Entities.OpenAPI.SupplementalAdminArea
Levelinteger · int64 · requiredAn assigned number to describe the scale of the administrative subdivisions for countries. As the Level number increases, the scale of the subdivision will decrease. Numbers of 10 or greater are reserved for non-political boundaries and should be used independently
LocalizedNamestring · minLength: 1 · requiredAdministrative area name as displayed in local dialect set with language code in the URL. If no language code is selected, the default is English
EnglishNamestring · minLength: 1 · requiredAdministrative area name displayed in English
API.Locations.Entities.OpenAPI.TimeZone
IDinteger · int32 · requiredUnique TimeZone ID
Namestring · minLength: 1 · requiredOfficial name of designated Time Zone
GmtOffsetnumber · float · requiredNumber of hours offset from local GMT time
IsDaylightSavingboolean · requiredA “true” or “false” verification of whether a location is currently observing Day Light Saving time
DaylightSavingChangesarray | nullThe list of available daylight saving changes
Common.OpenAPISpecification.Entities.GeoPosition
Latitudenumber · float · requiredLongitudenumber · float · required
API.Indices.Entities.OpenAPI.Index
LocalDateTimestring · date-time · requiredValid datetime of the index displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeinteger · int64 · requiredValid datetime for the index displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
MobileLinkstring · uri · requiredLink to indices on AccuWeather's mobile site for the requested location.
Linkstring · uri · requiredLink to indices on AccuWeather's free site for the requested location.
Namestring | nullName of the index.
IDinteger · int32Numeric id used to identify the specific index.
AscendingbooleanBit that describes the direction of the index value. When true, the poorest value is 0, best value is 10. When false, the poorest value is 10, best value is 0.
Valuenumber | null · floatIndex value that ranges from 0.0 to 10.0.
Categorystring | nullLevel that the index value falls. Categories differ among indices.
CategoryValueinteger · int32Level that the index value falls represented by an int. This value can be 1 through 5 and should be used in combination with the ascending flag because it can differ among indices.
Textstring | nullSentence that can be used for display purposes to sum up the index value and category.
API.Indices.Entities.OpenAPI.IndexGroup
Namestring · minLength: 1 · requiredName of the index group.
IDinteger · int32 · requiredNumeric id used to identify a group of related indices.
AscendingbooleanBit that describes the direction of the index value. When true, the poorest value is 0, best value is 10. When false, the poorest value is 10, best value is 0.
Descriptionstring | nullA text value that provides detail about the index group.
API.Indices.Entities.OpenAPI.IndexInfo
Namestring · minLength: 1 · requiredName of the index group.
IDinteger · int32 · requiredNumeric id used to identify the specific index group.
Ascendingboolean · requiredBit that describes the direction of the index value. When true, the poorest value is 0, best value is 10. When false, the poorest value is 10, best value is 0.
Descriptionstring · minLength: 1 · requiredA text value that provides detail about the index group.
API.Alerts.Entities.OpenAPI.AccuAlert
CountryCodestring · minLength: 1 · requiredA unique ID number assigned to a specific country.
AlertIDinteger · int64 · requiredA unique ID number that identifies a specific alert for a particular country.
DescriptionrequiredAn object containing a short phrase that summarizes the alert.
Categorystring · minLength: 1 · requiredA classification word or phrase that describes the alert type.
Priorityinteger · int32 · requiredA ranking number that indicates the alert's importance based on the issuing authority's list of alert types. Higher impact alerts have a lower numnber. The highest priority is 1.
Typestring · minLength: 1 · requiredAn abbreviated alert description.
TypeIDstring · minLength: 1 · requiredAn alphanumeric ID that indicates the alert description.
Classstring · minLength: 1 · requiredThe alert classification. Not available for all countries. Can be null.
Levelstring · minLength: 1 · requiredIndicates the alert severity. Not available for all countries. Can be null.
AlarmLevelstring · minLength: 1 · requiredA color-based system that indicates the alert severity.
Sourcestring · minLength: 1 · requiredThe alert data provider.
SourceIdinteger · int32 · requiredAn ID integer that identifies the alert data provider.
Disclaimerstring · minLength: 1 · requiredA disclaimer that must be displayed with the alert data. Can be null.
HaveReadyStatementsboolean · requiredA boolean value determining if ready statements are available.
SourceIconUrlstring | nullLink to icon from the data provider.
SourceTeamstring | nullThe name of the data provider.
SourceTeamIconUrlstring | nullLink to the data provider.
Color| nullAn object containing definitions for an additive color that indicates the alert type.
Areaarray | nullAn array containing information that defines the requested alert location, alert timing, and alert text.
MobileLinkstring | null · uriLink to severe weather alerts on AccuWeather's mobile site for the requested location.
Linkstring | null · uriLink to severe weather alerts on AccuWeather's free site for the requested location.
API.Alerts.Entities.OpenAPI.ActiveDataSource
idinteger · int32namestring | nullcountryCodestring | nullalertCountinteger · int32
API.Alerts.Entities.OpenAPI.AlertType
Codestring | nullA unique ID assigned to the alert type.
Descriptionstring | nullAn object containing a short phrase that summarizes the alert.
Categorystring | nullA classification word or phrase that describes the alert type.
Priorityinteger · int32A ranking number that indicates the alert's importance based on the issuing authority's list of alert types. Higher impact alerts have a lower numnber. The highest priority is 1.
Colorstring | nullA descriptive name for the color.
Classstring | nullThe alert classification. Not available for all countries. Can be null.
Levelstring | nullIndicates the alert severity. Not available for all countries. Can be null.
AlarmLevelstring | nullA color-based system that indicates the alert severity.
DataSourceIdinteger · int32An ID integer that identifies the alert data provider.
Idinteger · int32A unique ID number that identifies a specific alert for a particular country.
HaveReadyStatementsbooleanA boolean value determining if ready statements are available.
CountryCodestring | nullA unique ID number assigned to a specific country.
TypeIdstring | nullAn alphanumeric ID that indicates the alert description.
API.Alerts.Entities.OpenAPI.Area
Namestring · minLength: 1 · requiredThe name for the area that encompasses the requested location and falls under the current alert.
StartTimestring · date-time · requiredThe time at which the alert began, returned in ISO 8601 format:(yyyy-mm-ddThh:mm:ss±hh:mm).
EpochStartTimeinteger · int64 · requiredThe time at which the alert began, returned in the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
EndTimestring · date-time · requiredThe time at which the alert ended or will end, returned in ISO 8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochEndTimeinteger · int64 · requiredThe time at which the alert ended or will end, returned in the total number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
LastActionrequiredAn object containing the alert's current status.
Summarystring · minLength: 1 · requiredA brief description of the alert.
IssuedTimestring · date-timeThe time at which the alert was created, returned in ISO 8601 format:(yyyy-mm-ddThh:mm:ss±hh:mm).
EpochIssuedTimeinteger · int64The time at which the alert was created, returned in the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Textstring | nullA full description of the alert.
LanguageCodestring | nullThe code for the language in which the alert is returned (for example, en for English).
API.Alerts.Entities.OpenAPI.Color
Namestring · minLength: 1 · requiredA descriptive name for the color.
Redinteger · int32 · requiredThe color's red component.
Greeninteger · int32 · requiredThe color's green component.
Blueinteger · int32 · requiredThe color's blue component.
Hexstring · minLength: 1 · requiredThe hexadecimal code that specifies the color.
API.Alerts.Entities.OpenAPI.DataSource
Idinteger · int32A unique ID assigned to the data provider.
Namestring | nullThe name of the data provider.
CountryCodestring | nullThe originating country of the data provider.
API.Alerts.Entities.OpenAPI.Description
Localizedstring · minLength: 1 · requiredThe alert's current status in the specified language.
Englishstring · minLength: 1 · requiredThe alert's current status in US English.
API.Alerts.Entities.OpenAPI.DetailsProperties
countryCodestring | nullsourcestring | nullsourceIdinteger · int32alertIdinteger · int32description| nullcategorystring | nullpriorityinteger · int32typestring | nulltypeIdstring | nullclassstring | nulllevelstring | nullAlarmLevelstring | nullcolor| nullcolorHexstring | nullstartTimestring · date-timeepochStartTimeinteger · int32endTimestring · date-timeepochEndTimeinteger · int32lastAction| null
API.Alerts.Entities.OpenAPI.GlobalAlert
CountryCodestring · minLength: 1 · requiredA unique ID number assigned to a specific country.
AlertIDinteger · int64 · requiredA unique ID number that identifies a specific alert for a particular country.
DescriptionrequiredAn object containing a short phrase that summarizes the alert.
Categorystring · minLength: 1 · requiredA classification word or phrase that describes the alert type.
Priorityinteger · int32 · requiredA ranking number that indicates the alert's importance based on the issuing authority's list of alert types. Higher impact alerts have a lower numnber. The highest priority is 1.
Typestring · minLength: 1 · requiredAn abbreviated alert description.
TypeIDstring · minLength: 1 · requiredAn alphanumeric ID that indicates the alert description.
Classstring · minLength: 1 · requiredThe alert classification. Not available for all countries. Can be null.
Levelstring · minLength: 1 · requiredIndicates the alert severity. Not available for all countries. Can be null.
AlarmLevelstring · minLength: 1 · requiredA color-based system that indicates the alert severity.
Sourcestring · minLength: 1 · requiredThe alert data provider.
SourceIdinteger · int32 · requiredAn ID integer that identifies the alert data provider.
Disclaimerstring · minLength: 1 · requiredA disclaimer that must be displayed with the alert data. Can be null.
HaveReadyStatementsboolean · requiredA boolean value determining if ready statements are available.
Color| nullAn object containing definitions for an additive color that indicates the alert type.
SourceIconUrlstring | nullSourceIconUrl
SourceTeamstring | nullSourceTeam
SourceTeamIconUrlstring | nullSourceTeamIconUrl
Areaarray | nullAn array containing information that defines the requested alert location, alert timing, and alert text.
MobileLinkstring | null · uriLink to severe weather alerts on AccuWeather's mobile site for the requested location.
Linkstring | null · uriLink to severe weather alerts on AccuWeather's free site for the requested location.
API.Alerts.Entities.OpenAPI.GlobalAlertPointJson
countryCodestring | nulldataSourceIdinteger · int32alertIdinteger · int32description| nullcategorystring | nullpriorityinteger · int32typestring | nulltypeIdinteger · int32color| nullcolorHexstring | nullstartTimestring · date-timeepochStartTimeinteger · int32endTimestring | null · date-timeepochEndTimeinteger | null · int32lastAction| nullwarningAreaIdsarray | nullgeometry| null
API.Alerts.Entities.OpenAPI.PointColor
redinteger · int32greeninteger · int32blueinteger · int32hexstring | null
API.Alerts.Entities.OpenAPI.Properties
countryCodestring | nulldataSourceIdinteger · int32alertIdinteger · int32description| nullcategorystring | nullpriorityinteger · int32typestring | nulltypeIdinteger · int32color| nullcolorHexstring | nullstartTimestring · date-timeepochStartTimeinteger · int32endTimestring | null · date-timeepochEndTimeinteger | null · int32lastAction| nullwarningAreaIdsarray | null
API.Alerts.Entities.OpenAPI.WarningAreaProperties
countryCodestring | nulladminCodestring | nullnamestring | null
API.Tropical.Accu.Entities.ForecastMetadata
storm| nullvalidDateTimestring | null · date-timeforecastIdinteger | null · int32forecasterstring | nullcreationDateTimestring | null · date-timenamestring | nulldiscussionstring | nullmapExtent| nulllabelingHintstring | nulltimeStampstring · date-time
API.Tropical.Accu.Entities.ForecastSummary
forecast| nullforecastMetadata| nulldetailsbooleanradiiGeometrybooleanwindowGeometrybooleanshowMetadataboolean
API.Tropical.Accu.Entities.ImpactPolygon
key| nullbeginValuenumber | null · floatendValuenumber | null · floatunitsstring | nullstartDateTimestring | null · date-timeendDateTimestring | null · date-timepolygon| nullmetadata| nulltimeStampstring · date-time
API.Tropical.Accu.Entities.ImpactPolygonMetadata
discussionstring | nullforecasterstring | nullinitializedDateTimestring | null · date-timekey| nulltimeStampstring · date-time
API.Tropical.Accu.Entities.ImpactPolygonSummary
key| nullstartDateTimestring · date-timeendDateTimestring · date-timeimpactPolygonsarray | nullshowMetadataboolean
API.Tropical.Accu.Entities.MapExtent
northLatnumber · floatsouthLatnumber · floateastLonnumber · floatwestLonnumber · float
API.Tropical.Atcf.Entities.AtcfStorm
yearinteger · int32basinIdstring | nullatcfIdinteger · int32govIdinteger | null · int32namestring | nullisActivebooleanisSubtropicalbooleaninitTimesarray | nulltimeStampstring · date-time
API.Tropical.Atcf.Entities.ForecastDetails
dateTimestring · date-timepositionwindGustnumber | null · floatcentralPressurenumber | null · floatwindSpeednumber | null · floatwindRadiusnumber | null · floatmoveDirectionnumber | null · floatmoveSpeednumber | null · floatwindDirTextstring | nullwindDirEnglishstring | null
API.Tropical.Atcf.Entities.StormForecast
initTimestring · date-timeyearinteger · int32basinIdstring | nullatcfIdinteger · int32modelsarray | nulltimeStampstring · date-time
API.Tropical.Common.Entities.Forecast
storm| nullinitializedDateTimestring | null · date-timevalidDateTimestring | null · date-timeadvisoryIdstring | nullposition| nullmaxWindSustainednumber | null · floatmaxWindGustnumber | null · floatstatusstring | nullstatusPhraseCodestring | nullstatusLocalizedstring | nullwindow| nullforecastGeometry| nullwindRadiiSummaryarray | nullhasTropicalPotentialboolean | nullisPostTropicalboolean | nulltimeStampstring · date-time
API.Tropical.Common.Entities.ForecastGeometry
storm| nullbeginDateTimestring | null · date-timeendDateTimestring | null · date-timebeginStatusstring | nullendStatusstring | nullsegmentIdinteger | null · int32trackGeometry| nullwindowGeometry| nulltimeStampstring · date-time
API.Tropical.Common.Entities.GeoPosition
longitudenumber | null · floatlatitudenumber | null · float
API.Tropical.Common.Entities.OpenAPI.ImperialQuantity
valueinteger · int32 · requiredunitstring · minLength: 1 · requiredunitTypeinteger · int64 · required
API.Tropical.Common.Entities.OpenAPI.Legacy.Advisory
IDstring · minLength: 1 · requiredThe Advisory ID.
DateTimeIssuedstring · date-timeThe date and time at which the advisory was issued, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeIssuedinteger · int64The date and time at which the advisory was issued, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
API.Tropical.Common.Entities.OpenAPI.Legacy.LandmarkReference
Landmarkstring · minLength: 1 · requiredThe landmark name, in English.
DirectionrequiredAn object containing direction to the landmark.
RangerequiredAn object containing distance to the landmark.
API.Tropical.Common.Entities.OpenAPI.Legacy.Movement
DirectionrequiredAn object containing information about the storm's direction of travel.
SpeedrequiredAn object containing the speed at which the storm is moving with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
API.Tropical.Common.Entities.OpenAPI.Legacy.QuantityImperial
UnitTypeinteger · int64 · requiredValueinteger · int32 · requiredUnitstring · minLength: 1 · required
API.Tropical.Common.Entities.OpenAPI.Legacy.Storm
IsActiveboolean · requiredA boolean flag indicating if the storm has been updated recently.
IsSubtropicalboolean · requiredA boolean flag indicating when the depression is classified as a subtropical cyclone.
Yearinteger · int32 · requiredThe year of origination.
BasinIDstring · minLength: 1 · requiredBasin identifier (AL, EP, SI, NI, CP, NP, SP).
DepressionNumberinteger · int32 · requiredGovernment depression number. May be NULL.
Namestring · minLength: 1 · requiredThe name of the depression.
GovIdinteger · int32The unique depression number associated with a tropical cyclone. Equivalent to depressionId.
GovBaseLinkstring | nullLink to the specific government storm URL.
API.Tropical.Common.Entities.OpenAPI.Legacy.StormForecast
PositionrequiredAn object containing the location details.
Statusstring · minLength: 1 · requiredStorm status, in English, including category values of hurricanes and tropical cyclones. Some examples are: Hurricane – Category 3, Tropical Depression, Tropical Cyclone - Category 1, Depression, and Typhoon.
DateCreatedstring · date-timeThe date and time at which the forecast was created, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateCreatedinteger · int64The date and time at which the forecast was created, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
ForecastDateTimestring · date-timeThe date and time at which the forecast is valid, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
ForecastEpochDateTimeinteger · int64The date and time at which the forecast is valid, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
Storm| nullAn object containing details about the storm.
MaxWindGust| nullAn object containing information about the maximum short-burst wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
SustainedWind| nullAn object containing information about the maximum sustained wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
Window| nullAn object containing information about the forecast window for the storm during the specified time period (not the entire cone). If windowgeometry=true in the request, this object will include geoJSON details for window geometry.
API.Tropical.Common.Entities.OpenAPI.Legacy.StormPosition
AdvisoryrequiredAn object containg details of the advisory.
PositionrequiredAn object containing location details.
MaxWindGustrequiredAn object containing information about the maximum short-burst wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
SustainedWindrequiredAn object containing information about the maximum sustained wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
MinimumPressurerequiredAn object containing information about the measured air pressure at ground level with a rounded value for Inches of Mercury and Millibar. The object may be NULL.
MovementrequiredAn object containing direction and speed of the storm.
Statusstring · minLength: 1 · requiredStorm status, in English, including category values of hurricanes and tropical cyclones. Some examples are: Hurricane – Category 3, Tropical Depression, Tropical Cyclone - Category 1, Depression, and Typhoon.
HasTropicalPotentialboolean · requiredA boolean value determining if the storm could be tropical.
IsPostTropicalboolean · requiredA boolean value describing if the storm is post tropical.
LandmarkReferencesobject[] · requiredA list of objects containing details of surrounding landmarks.
Storm| nullAn object containing details about the storm.
windRadiiSummaryarray | nullA list of objects containing containing wind radii information.
API.Tropical.Common.Entities.OpenAPI.Legacy.WindRadiiSummary
RadiusSectorDataobject[] · requiredA list of objects containing the information needed to plot wind radius quadrants. Bearing 0–90 = NE quadrant; 90–180 = SE quadrant; 180–270 = SW quadrant; 270–360 = NW quadrant.
ValidDateTimestring · date-timeThe date and time at which the wind radii summary data is valid, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
ValidEpochDateTimeinteger · int64The date and time at which the wind radii summary data is valid, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
WindSpeed| nullAn object containing wind speed associated with the radiusSectorData with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
RadiiGeometry| nullAn object containing GeoJSON information. Displayed when radiigeometry=true in request. Describes the outline of the wind radius quadrants.
API.Tropical.Common.Entities.OpenAPI.Legacy.Window
LeftrequiredAn object containing the geoposition of the point on the left side of the window at the time of the timeframe (window.endDateTime).
RightrequiredAn object continaing the geoposition of the point on the right side of the window at the end of the timeframe (window.endDateTime).
API.Tropical.Common.Entities.OpenAPI.MetricQuantity
valuenumber · float · requiredunitstring · minLength: 1 · requiredunitTypeinteger · int64 · required
API.Tropical.Common.Entities.OpenAPI.RadiusSector
beginBearingnumber · float · requiredBearing, in degrees, of the beginning of the quadrant.
endBearingnumber · float · requiredBearing, in degrees, of the end of the quadrant.
rangeinteger · int32 · requiredThe radius of the quadrant, in nautical miles.
API.Tropical.Common.Entities.OpenAPI.StormBase
yearinteger · int64 · requiredThe year of origination.
basinIdstring · minLength: 1 · requiredBasin identifier (AL, EP, SI, NI, CP, NP, SP).
depressionNumberinteger · int32 · requiredGovernment depression number. May be NULL.
namestring · minLength: 1 · requiredThe name of the depression.
isActiveboolean · requiredA boolean flag indicating if the storm has been updated recently.
isSubtropicalboolean · requiredA boolean flag indicating when the depression is classified as a subtropical cyclone.
isRetiredbooleanA boolean flag indicating if the storm name had been retired and false if it has not been retired.
govIdinteger | null · int32The unique depression number associated with a tropical cyclone. Equivalent to depressionId.
accuIdinteger | null · int32AccuWeather storm ID. May be NULL. If NULL, this parameter will not be displayed.
atcfIdinteger | null · int32ATCF storm ID. May be NULL. If NULL, this parameter will not be displayed.
hurdatIdinteger | null · int32Hurdat (hurricane database) storm ID. May be NULL. If NULL, this parameter will not be displayed.
eventKeystring | nullA unique identifier in the format BBDDYYYY where BB is the basin code, DD is the depression number, and YYYY is the year.
govBaseLinkstring | nullLink to the specific government storm URL. May be NULL. If NULL, this parameter will not be displayed.
accuBaseLinkstring | nullLink to the specific AccuWeather storm URL. May be NULL. If NULL, this parameter will not be displayed.
atcfBaseLinkstring | nullLink to the specific ATCF storm URL. May be NULL. If NULL, this parameter will not be displayed.
API.Tropical.Common.Entities.PeakIntensity
sustainedWindnumber | null · floatstatusstring | nullstatusPhraseCodestring | nullstatusLocalizedstring | nullvalidDatetimestring | null · date-timeposition| nulltimeStampstring · date-time
API.Tropical.Common.Entities.Position
storm| nullvalidDateTimestring | null · date-timeadvisoryNumberstring | nulladvisoryIssuedstring | null · date-timepoint| nullmovementDirnumber | null · floatmovementDirCardinalstring | null · readOnlymovementDirCardinalLocalizedstring | nullmovementSpeednumber | null · floatminPressurenumber | null · floatmaxWindSustainednumber | null · floatmaxWindGustnumber | null · floatisSubtropicalboolean | nullstatusstring | nullstatusPhraseCodestring | nullstatusLocalizedstring | nullnamestring | nullhasTropicalPotentialboolean | nullisPostTropicalboolean | nulllandmarkRefsarray | nulltimeStampstring · date-time
API.Tropical.Common.Entities.PositionSummary
stormPosition| nullwindRadiiSummaryarray | nulldetailsbooleangeometrybooleanisLegacyboolean
API.Tropical.Common.Entities.RadiusSectorData
beginBearingnumber | null · floatendBearingnumber | null · floatrangeinteger | null · int32
API.Tropical.Common.Entities.Storm
accuIdinteger | null · int32atcfIdinteger | null · int32hurdatIdinteger | null · int32namestring | nulldetailsbooleanisSubtropicalbooleanisActivebooleanisGovStormbooleanisLegacybooleanisRetiredbooleangovBaseLinkstring | nullaccuBaseLinkstring | nullatcfBaseLinkstring | nulleventKeystring | nullendDateTimestring | null · date-timestartDateTimestring | null · date-timepeakIntensity| nullimpactPolygonTypesarray | nullyearinteger · int32basinIdstring | nullgovIdinteger | null · int32timeStampstring · date-time
API.Tropical.Common.Entities.StormIdentity
yearinteger · int32basinIdstring | nullgovIdinteger | null · int32timeStampstring · date-time
API.Tropical.Common.Entities.WindRadiiData
windSpeedinteger | null · int32validDateTimestring | null · date-time
API.Tropical.Common.Entities.WindRadiiSummary
storm| nullwindRadiiData| nullradiusSectorDataarray | nullradiiGeometry| null
API.Tropical.Gov.Entities.LandmarkRef
advisoryDateTimestring | null · date-timenamestring | nullbearingnumber | null · floatrangeinteger | null · int32yearinteger · int32basinIdstring | nullgovIdinteger | null · int32timeStampstring · date-time
API.Tropical.Gov.Entities.OpenAPI.Direction
Degreesnumber · float · requiredLocalizedstring · minLength: 1 · requiredEnglishstring · minLength: 1 · required
API.Tropical.Gov.Entities.OpenAPI.Duration
startDateTimestring | null · date-timeThe date and time at which the storm began in ISO 8601 format (yyyy-mm-ddThh:mm:ss+hh:mm).
startEpochDateTimeinteger | null · int64The date and time at which the storm began as a count of the number of seconds that had elapsed since midnight on January 1st, 1970 UTC/GMT.
endDateTimestring | null · date-timeThe date and time at which the storm ended in ISO 8601 format (yyyy-mm-ddThh:mm:ss+hh:mm).
endEpochDateTimeinteger | null · int64The date and time at which the storm ended as a count of the number of seconds that had elapsed since midnight on January 1st, 1970 UTC/GMT.
API.Tropical.Gov.Entities.OpenAPI.ForecastSummary
positionrequiredAn object containing the location details.
maxWindGustrequiredAn object containing information about the maximum short-burst wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
sustainedWindrequiredAn object containing information about the maximum sustained wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
statusstring · minLength: 1 · requiredStorm status, in English, including category values of hurricanes and tropical cyclones. Some examples are: Hurricane – Category 3, Tropical Depression, Tropical Cyclone - Category 1, Depression, and Typhoon.
localizedStatusstring · minLength: 1 · requiredThe storm status in the requested language.
validDateTimestring · date-timeThe date and time at which the forecast is valid, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
validEpochDateTimeinteger · int64The date and time at which the forecast is valid, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
initializedDateTimestring · date-timeDatetime the forecast was created, displayed in ISO8601 format.
epochInitializedDateTimeinteger · int64Datetime the forecast was created, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
window| nullAn object containing information about the forecast window for the storm during the specified time period (not the entire cone). If windowgeometry=true in the request, this object will include geoJSON details for window geometry.
windRadiiSummaryarray | nullA list of objects containing wind radii information.
API.Tropical.Gov.Entities.OpenAPI.LandmarkReference
landmarkstring · minLength: 1 · requiredThe landmark name, in English.
direction| nullAn object containing information about the storm's direction of travel.
range| nullAn object containing distance to the landmark.
API.Tropical.Gov.Entities.OpenAPI.LandmarkReferenceDirection
degreesinteger · int64 · requiredDirection of movmement in azimuth degrees. May be NULL.
englishstring · minLength: 1 · requiredDirection abbreviated in English.
API.Tropical.Gov.Entities.OpenAPI.PeakIntensity
validDateTimestring | null · date-timeThe date and time at which the peak intensity was observed, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss+hh:mm).
validEpochDateTimeinteger | null · int64The date and time at which the peak intensity was observed, displayed as a count of the number of seconds that have elapsed since midnight on January 1st, 1970 UTC/GMT.
statusstring | nullStorm status, in English, including category values of hurricanes and tropical cyclones. Some examples are: Hurricane – Category 3, Tropical Depression, Tropical Cyclone - Category 1, Depression, and Typhoon.
localizedStatusstring | nullThe storm status in the requested language.
position| nullAn object containing the location details.
sustainedWind| nullAn object containing information about the maximum sustained wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
API.Tropical.Gov.Entities.OpenAPI.PositionSummary
statusstring · minLength: 1 · requiredStorm status, in English, including category values of hurricanes and tropical cyclones. Some examples are: Hurricane – Category 3, Tropical Depression, Tropical Cyclone - Category 1, Depression, and Typhoon.
localizedStatusstring · minLength: 1 · requiredThe storm status in the requested language.
validDateTimestring · date-timeThe date and time at which the forecast is valid, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
validEpochDateTimeinteger · int64The date and time at which the forecast is valid, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
position| nullAn object containing the location details.
maxWindGust| nullAn object containing information about the maximum short-burst wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
sustainedWind| nullAn object containing information about the maximum sustained wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
minimumPressure| nullAn object containing information about the measured air pressure at ground level with a rounded value for Inches of Mercury and Millibar. The object may be NULL.
movement| nullAn object containing information about the depression movement.
isSubtropicalboolean | nullA boolean flag indicating when the depression is classified as a subtropical cyclone.
namestring | nullThe name of the depression.
hasTropicalPotentialbooleanA boolean value determining if the storm could be tropical.
isPostTropicalbooleanA boolean value describing if the storm is post tropical.
landmarkReferencesarray | nullA list of objects containing details of surrounding landmarks.
windRadiiSummaryarray | nullA list of objects containing containing wind radii information.
API.Tropical.Gov.Entities.OpenAPI.QuantityMeasures
minimumrequiredAn object containing information about the minimum sustained wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
maximumrequiredAn object containing information about the maximum sustained wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
API.Tropical.Gov.Entities.OpenAPI.RadiusSector
beginBearingnumber · float · requiredBearing, in degrees, of the beginning of the quadrant.
endBearingnumber · float · requiredBearing, in degrees, of the end of the quadrant.
rangeinteger · int32 · requiredThe radius of the quadrant, in nautical miles.
API.Tropical.Gov.Entities.OpenAPI.Storm
yearinteger · int64 · requiredThe year of origination.
basinIdstring · minLength: 1 · requiredBasin identifier (AL, EP, SI, NI, CP, NP, SP).
depressionNumberinteger · int32 · requiredGovernment depression number. May be NULL.
namestring · minLength: 1 · requiredThe name of the depression.
isActiveboolean · requiredA boolean flag indicating if the storm has been updated recently.
isSubtropicalboolean · requiredA boolean flag indicating when the depression is classified as a subtropical cyclone.
accuIdinteger | null · int32AccuWeather storm ID. May be NULL. If NULL, this parameter will not be displayed.
atcfIdinteger | null · int32Automated Tropical Cyclone Forecasting (ATCF) storm ID. May be NULL. If NULL, this parameter will not be displayed.
duration| nullAn object containing information about the total length of time the storm lasted. Only available after the storm has ended.
peakIntensity| nullAn object containing information about the storm's maximum strength.
ImpactPolygonTypesarray | nullThe list of impact polygon types.
accuBaseLinkstring | nullLink to the specific AccuWeather storm URL. May be NULL. If NULL, this parameter will not be displayed.
isRetiredbooleanA boolean flag indicating if the storm name had been retired and false if it has not been retired.
govIdinteger | null · int32The unique depression number associated with a tropical cyclone. Equivalent to depressionId.
hurdatIdinteger | null · int32Hurdat (hurricane database) storm ID. May be NULL. If NULL, this parameter will not be displayed.
eventKeystring | nullA unique identifier in the format BBDDYYYY where BB is the basin code, DD is the depression number, and YYYY is the year.
govBaseLinkstring | nullLink to the specific government storm URL. May be NULL. If NULL, this parameter will not be displayed.
atcfBaseLinkstring | nullLink to the specific ATCF storm URL. May be NULL. If NULL, this parameter will not be displayed.
API.Tropical.Gov.Entities.OpenAPI.StormStatus
basinstring | nullBasin identifier (NP, SP, NI, SI, AL, EP).
statusstring | nullStorm status, in English, including category values of hurricanes and tropical cyclones. Some examples are: Hurricane – Category 3, Tropical Depression, Tropical Cyclone - Category 1, Depression, and Typhoon.
sustainedWinds| nullAn object containing the Maximum and Minimum sustained wind associated with the storm.
API.Tropical.Gov.Entities.OpenAPI.WindRadiiSummary
radiusSectorDataobject[] · requiredA list of objects containing the information needed to plot wind radius quadrants. Bearing 0–90 = NE quadrant; 90–180 = SE quadrant; 180–270 = SW quadrant; 270–360 = NW quadrant.
validDateTimestring · date-timeThe date and time at which the wind radii summary data is valid, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).
validEpochDateTimeinteger · int64The date and time at which the wind radii summary data is valid, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.
windSpeed| nullAn object containing wind speed associated with the radiusSectorData with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.
radiiGeometry| nullAn object containing GeoJSON information. Displayed when radiigeometry=true in request. Describes the outline of the wind radius quadrants.
API.Tropical.Gov.Entities.OpenAPI.Window
leftrequiredAn object containing the geoposition of the point on the left side of the window at the time of the timeframe (window.endDateTime).
rightrequiredAn object continaing the geoposition of the point on the right side of the window at the end of the timeframe (window.endDateTime).
NetTopologySuite.Geometries.Coordinate
xnumber · doubleynumber · doubleznumber · doublemnumber · doublecoordinateValue| null
NetTopologySuite.Geometries.CoordinateSequence
dimensioninteger · int32 · readOnlymeasuresinteger · int32 · readOnlyspatialinteger · int32 · readOnlyordinatesreadOnlyhasZboolean · readOnlyhasMboolean · readOnlyzOrdinateIndexinteger · int32 · readOnlymOrdinateIndexinteger · int32 · readOnlycountinteger · int32 · readOnly
NetTopologySuite.Geometries.Envelope
isNullboolean · readOnlywidthnumber · double · readOnlyheightnumber · double · readOnlyminXnumber · double · readOnlymaxXnumber · double · readOnlyminYnumber · double · readOnlymaxYnumber · double · readOnlyareanumber · double · readOnlyminExtentnumber · double · readOnlymaxExtentnumber · double · readOnlycentre| null · readOnly
NetTopologySuite.Geometries.Geometry
factory| null · readOnlyuserData| nullsridinteger · int32geometryTypestring | null · readOnlyogcGeometryTypereadOnlyprecisionModel| null · readOnlycoordinate| null · readOnlycoordinatesarray | null · readOnlynumPointsinteger · int32 · readOnlynumGeometriesinteger · int32 · readOnlyisSimpleboolean · readOnlyisValidboolean · readOnlyisEmptyboolean · readOnlyareanumber · double · readOnlylengthnumber · double · readOnlycentroid| null · readOnlyinteriorPoint| null · readOnlypointOnSurface| null · readOnlydimensionreadOnlyboundary| null · readOnlyboundaryDimensionreadOnlyenvelope| null · readOnlyenvelopeInternal| null · readOnlyisRectangleboolean · readOnly
NetTopologySuite.Geometries.GeometryFactory
precisionModel| nullcoordinateSequenceFactory| nullsridinteger · int32
NetTopologySuite.Geometries.Point
coordinateSequence| null · readOnlycoordinatesarray | nullnumPointsinteger · int32 · readOnlyisEmptyboolean · readOnlydimensionreadOnlyboundaryDimensionreadOnlyxnumber · doubleynumber · doublecoordinate| nullgeometryTypestring | null · readOnlyogcGeometryTypereadOnlyboundary| null · readOnlyznumber · doublemnumber · doublefactory| null · readOnlyuserData| nullsridinteger · int32precisionModel| null · readOnlynumGeometriesinteger · int32 · readOnlyisSimpleboolean · readOnlyisValidboolean · readOnlyareanumber · double · readOnlylengthnumber · double · readOnlycentroid| null · readOnlyinteriorPoint| null · readOnlypointOnSurface| null · readOnlyenvelope| null · readOnlyenvelopeInternal| null · readOnlyisRectangleboolean · readOnly
NetTopologySuite.Geometries.PrecisionModel
isFloatingboolean · readOnlymaximumSignificantDigitsinteger · int32 · readOnlyscalenumber · doubleprecisionModelTypereadOnly
System.ValueTuple`2[[System.Single, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Single, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
item1number · floatitem2number · float
API.Alarms.Entities.OpenAPI.Alarm
AlarmTypestring · minLength: 1 · requiredType of alarms in effect: Rain, Ice, Snow, Wind, WindGust or Thunderstorm.
Value| nullRounded metric and imperial values of the alarms. For Rain, Snow and Ice, this will be the total accumulation for the day. Rain and Ice will be provided in Inch/Millimeter and Snow as Inch/Centimeter. For Wind or WindGust, the value is the maximum speed. Wind and WindGust will be provided in Mile per hour/Kilometer per hour. For Thunderstorm, the value is the maximum thunderstorm probability. Thunderstorm will be provided as a Percentage.
Day| nullRounded metric and imperial day values of the alarms. Applies to the daytime forecast. For Rain, Snow and Ice, this will be the total accumulation. Rain and Ice will be provided in Inch/Millimeter and Snow as Inch/Centimeter. For Wind or Wind or WindGust, the value is the maximum speed. Wind and WindGust will be provided in Mile per hour/Kilometer per hour. For Thunderstorm, the value is the maximum thunderstorm probability. Thunderstorm will be provided as a Percentage.
Night| nullRounded metric and imperial night values of the alarms. Applies to the overnight forecast. For Rain, Snow and Ice, this will be the total accumulation. Rain and Ice will be provided in Inch/Millimeter and Snow as Inch/Centimeter. For Wind or Wind or WindGust, the value is the maximum speed. Wind and WindGust will be provided in Mile per hour/Kilometer per hour. For Thunderstorm, the value is the maximum thunderstorm probability. Thunderstorm will be a provided as a Percentage.
API.Alarms.Entities.OpenAPI.DailyAlarm
Datestring · date-time · requiredThe date for which the alarms exist as displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateinteger · int64 · requiredDate of the forecast, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Alarmsobject[] · requiredA list of alarms that exist for the location on that date.
MobileLinkstring · uri · requiredLink to AccuWeather's mobile site.
Linkstring · uri · requiredLink to AccuWeather's traditional site.
API.Translations.Entities.OpenAPI.Language
IDinteger · int32 · requiredUnique ID for the language
Namestring · minLength: 1 · requiredThe internal name of the language
DisplayNamestring · minLength: 1 · requiredDisplay Name (English) of the language
LocalizedNamestring · minLength: 1 · requiredThe translated name of the language
ISOstring · minLength: 1 · requiredThe culture code for the language
LanguageTypeinteger · int32 · requiredThe unique ID for the language type
MicroSoftNamestring · minLength: 1 · requiredThe Microsoft display name of the language
MicroSoftCodestring · minLength: 1 · requiredThe Microsoft culture code for the language
TimeStampstring · date-time · required
API.Translations.Entities.OpenAPI.Phrase
Codestring · minLength: 1 · requiredThe key to use for translation
Idinteger · int32 · requiredA unique ID (integer) for the translation
TextrequiredThe object representing the translation
AppGroupstring | nullThe type of application used for this translation
Typestring | nullThe key used for the translation category
Contextstring | nullMaxLengthinteger | null · int32
API.Translations.Entities.OpenAPI.Text
Englishstring · minLength: 1 · requiredThe phrase displayed in English
Localizedstring | nullThe translated phrase
LanguageCodestring | nullThe culture code for the language to which the phrase is translated
API.Translations.Entities.OpenAPI.Translation
LanguageCodestring · minLength: 1 · requiredThe culture code for the language to which the phrase is translated
PhraseCodestring · minLength: 1 · requiredThe word or phrase (without spaces) to use as a key for joining the translations
Textstring · minLength: 1 · requiredThe translated word or phrase
DataCodestring | nullThe key to use for translation
API.Translations.Entities.OpenAPI.TranslationGroup
IDinteger · int32 · requiredA unique ID (integer) for the translation group
Namestring · minLength: 1 · requiredThe translation group name
API.Imagery.Maps.Entities.OpenAPI.Image
Sizestring · minLength: 1 · requiredThe resolution of the image.
Imagesobject[] · requiredList of image details with links.
API.Imagery.Maps.Entities.OpenAPI.ImageDetails
Datestring · date-time · requiredThe date/time of the image, displayed in ISO8601 format.
Urlstring · minLength: 1 · requiredThe url of the image.
API.Imagery.Maps.Entities.OpenAPI.MapLinks
MobileLinkstring · minLength: 1 · requiredLink to AccuWeather's mobile site for the requested location.
Linkstring · minLength: 1 · requiredLink to AccuWeather's traditional site for the requested location.
Radar| nullAn object containing the list of available radar images. Radar images are not available for all locations worldwide at this time.
Satellite| nullAn object containing the list of available satellite images.