Tropical Cyclone Forecasts

GET

Tropical cyclone forecasts (deprecated)

Returns all recorded forecast information for a specific tropical cyclone.

Resource URL

http://dataservice.accuweather.com /tropical/v1/storms/{yyyy}/{basinId}/{depressionId}/forecasts

Query Parameters


Name Values Description
apikey
(required)

Provided API Key


Request Body

yyyy Four-digit year true

basinId Basin identifier (NP, SP, NI, SI, AL, EP) true

depressionId The NHC depression identifier true

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Response Error Details

  • HTTP Code
    Error Code
    Description
  • 400

    Request had bad syntax or the parameters supplied were invalid

  • 401

    Unauthorized. API authorization failed

  • 403

    Unauthorized. You do not have permission to access this endpoint

  • 404

    Server has not found a route matching the given URI

  • 500

    Server encountered an unexpected condition which prevented it from fulfilling the request

Working...

Response Parameters

Parameter Type Description
DateCreated string DateTime that the forecast was created, displayed in ISO8601 format.
EpochDateCreated int64 Date that the forecast was created, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
ForecastDateTime string DateTime that the forecast is valid, displayed in ISO8601 format.
ForecastEpochDateTime int64 DateTime that the forecast is valid, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
Storm.Year int32 Year of origination.
Storm.BasinID string Basin identifier (NP, SP, NI, SI, AL, EP).
Storm.DepressionNumber int32 The NHC depression number.
Storm.Name string The name of the depression.
Position.Latitude double The latitude of the current storm position.
Position.Longitude double The longitude of the current storm position.
MaxWindGust.Metric.Value double Rounded value in specified units. May be NULL.
MaxWindGust.Metric.Unit string Type of unit.
MaxWindGust.Metric.UnitType int32 Numeric ID associated with the type of unit being displayed.
MaxWindGust.Imperial.Value double Rounded value in specified units. May be NULL.
MaxWindGust.Imperial.Unit string Type of unit.
MaxWindGust.Imperial.UnitType int32 Numeric ID associated with the type of unit being displayed.
SustainedWind object Maximum sustained wind associated with the storm. Contains Metric and Imperial values.
Status string Storm 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.