Activegovernmentissuedstormsbybasin

GET

Active government-issued storms by basin ID

Returns basic information about tropical cyclones that are currently active in the specified basin.

Resource URL

http://dataservice.accuweather.com /tropical/v1/gov/storms/active/{basinId}

Query Parameters


Name Values Description
apikey
(required)

Provided API Key


Request Body

basinId Basin identifier (AL, EP, SI, NI, CP, NP, SP) 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 URL

  • 500

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

Working...

Parameter Type Description
year int32 Year of origination
basinID string Basin identifier (AL, EP, SI, NI, CP, NP, SP)
depressionNumber int32 Government depression number. May be NULL.
name string The name of the depression.
isActive boolean True if the depression has been updated recently.
isRetired boolean This value will display true if the storm name had been retired and false if it has not been retired.
isSubtropical boolean True when the depression is classified as a subtropical cyclone.
accuId int32 AccuWeather storm ID. May be NULL. If NULL, this parameter will not be displayed.
atcfId int32 ATCF storm ID. May be NULL. If NULL, this parameter will not be displayed.
govId int32 Government storm ID. This will match the depression number.
eventKey string This value will be in the following format: BBDDYYYY where BB is the basin code, DD is the depression number (with leading 0 where applicable), and YYY is the year of the topical season
accuLink string Link to the specific AccuWeather storm URL. May be NULL. If NULL, this parameter will not be displayed.
atcfLin string Link to the specific ATCF storm URL. May be NULL. If NULL, this parameter will not be displayed.