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

details

A Boolean value that specifies whether or not to include extended information.


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 YYYY is the year of the topical season.
duration.startDateTime string The date and time at which the storm began in ISO 8601 format (yyyy-mm-ddThh:mm:ss+hh:mm).
duration.startEpochDateTime int64 The 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.
duration.endDateTime string The date and time at which the storm ended in ISO 8601 format (yyyy-mm-ddThh:mm:ss+hh:mm).
duration.endEpochDateTime int64 The 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.
peakIntensity.validDateTime string The date and time at which the peak intensity was observed, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss+hh:mm).
peakIntensity.validEpochDateTime int64 The 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.
peakIntensity.status string A short text string describing the type of tropical storm.
peakIntensity.localizedStatus string A short text string describing the type of tropical storm in the requested language.
peakIntensity.position.latitude double The north/south position value, displayed with one decimal place.
peakIntensity.position.longitude double The east/west position value, displayed with one decimal place.
peakIntensity.sustainedWind.metric.value double The maximum sustained wind speed's rounded numerical value in kilometers per hour (km/h).
peakIntensity.sustainedWind.metric.unit string The maximum sustained wind speed's unit type (km/h).
peakIntensity.sustainedWind.metric.unitType int32 A unique numeric ID that designates the wind speed measurement's unit type. This value can be used for unit translations.
peakIntensity.sustainedWind.imperial.value double The maximum sustained wind speed's rounded numerical value in miles per hour (mi/h).
peakIntensity.sustainedWind.imperial.unit string The maximum sustained wind speed's unit type (mi/h).
peakIntensity.sustainedWind.imperial.unitType int32 A unique numeric ID that designates the wind speed measurement's unit type. This value can be used for unit translations.
govBaseLink string Link to the specific government storm URL. May be NULL. If NULL, this parameter will not be displayed.
accuBaseLink string Link to the specific AccuWeather storm URL. May be NULL. If NULL, this parameter will not be displayed.
atcfBaseLink string Link to the specific ATCF storm URL. May be NULL. If NULL, this parameter will not be displayed.