Active government-issued storms by basin and government Id
Returns an active government-issued tropical cyclone for a specific basin and government id.
A tropical cyclone is identified as active if no updates are received from the government provider for 24 hours.
Basins
| Name | Id |
|---|---|
| Atlantic | AL |
| Central Pacific | CP |
| Eastern Pacific | EP |
| North Indian Ocean | NI |
| Northwest Pacific | NP |
| South Indian Ocean | SI |
| Southwest Pacific | SP |
path Parameters
basinstring · requiredA unique ID that designates a specific basin (NP, CP, SP, EP, NI, SI, AL).
Example: ALgovIdinteger · int32 · requiredA numerical ID that matches the depression ID.
Example: 2
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
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.
Active government-issued storms
Returns all active government-issued tropical cyclones.
A tropical cyclone is identified as active if no updates are received from the government provider for 24 hours.
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
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.
Active government-issued storms by basin
Returns all active government-issued tropical cyclones for a specific basin.
A tropical cyclone is identified as active if no updates are received from the government provider for 24 hours.
Basins
| Name | Id |
|---|---|
| Atlantic | AL |
| Central Pacific | CP |
| Eastern Pacific | EP |
| North Indian Ocean | NI |
| Northwest Pacific | NP |
| South Indian Ocean | SI |
| Southwest Pacific | SP |
path Parameters
basinstring · requiredA unique ID that designates a specific basin (NP, CP, SP, EP, NI, SI, AL).
Example: AL
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
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.