Core Weather

Active

Endpoint:https://dataservice.accuweather.com

Active government-issued storms by basin and government Id

GET
https://dataservice.accuweather.com
/tropical/v1/gov/storms/active/{basin}/{govId}

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

NameId
AtlanticAL
Central PacificCP
Eastern PacificEP
North Indian OceanNI
Northwest PacificNP
South Indian OceanSI
Southwest PacificSP

Active government-issued storms by basin and government Idpath Parameters

  • basinstring · required

    A unique ID that designates a specific basin (NP, CP, SP, EP, NI, SI, AL).

    Example: AL
  • govIdinteger · int32 · required

    A numerical ID that matches the depression ID.

    Example: 2

Active government-issued storms by basin and government Idquery Parameters

  • formatstring

    A string value that specifies what type of format to provide the response.

    Default: json

Active government-issued storms by basin and government IdHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.

Active government-issued storms by basin and government IdResponses

OK

  • yearinteger · int64 · required

    The year of origination.

  • basinIdstring · minLength: 1 · required

    Basin identifier (AL, EP, SI, NI, CP, NP, SP).

  • depressionNumberinteger · int32 · required

    Government depression number. May be NULL.

  • namestring · minLength: 1 · required

    The name of the depression.

  • isActiveboolean · required

    A boolean flag indicating if the storm has been updated recently.

  • isSubtropicalboolean · required

    A boolean flag indicating when the depression is classified as a subtropical cyclone.

  • isRetiredboolean

    A boolean flag indicating if the storm name had been retired and false if it has not been retired.

  • govIdinteger | null · int32

    The unique depression number associated with a tropical cyclone. Equivalent to depressionId.

  • accuIdinteger | null · int32

    AccuWeather storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • atcfIdinteger | null · int32

    ATCF storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • hurdatIdinteger | null · int32

    Hurdat (hurricane database) storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • eventKeystring | null

    A unique identifier in the format BBDDYYYY where BB is the basin code, DD is the depression number, and YYYY is the year.

  • govBaseLinkstring | null

    Link to the specific government storm URL. May be NULL. If NULL, this parameter will not be displayed.

  • accuBaseLinkstring | null

    Link to the specific AccuWeather storm URL. May be NULL. If NULL, this parameter will not be displayed.

  • atcfBaseLinkstring | null

    Link to the specific ATCF storm URL. May be NULL. If NULL, this parameter will not be displayed.


Active government-issued storms

GET
https://dataservice.accuweather.com
/tropical/v1/gov/storms/active

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.

Active government-issued stormsquery Parameters

  • formatstring

    A string value that specifies what type of format to provide the response.

    Default: json

Active government-issued stormsHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.

Active government-issued stormsResponses

OK

  • yearinteger · int64 · required

    The year of origination.

  • basinIdstring · minLength: 1 · required

    Basin identifier (AL, EP, SI, NI, CP, NP, SP).

  • depressionNumberinteger · int32 · required

    Government depression number. May be NULL.

  • namestring · minLength: 1 · required

    The name of the depression.

  • isActiveboolean · required

    A boolean flag indicating if the storm has been updated recently.

  • isSubtropicalboolean · required

    A boolean flag indicating when the depression is classified as a subtropical cyclone.

  • isRetiredboolean

    A boolean flag indicating if the storm name had been retired and false if it has not been retired.

  • govIdinteger | null · int32

    The unique depression number associated with a tropical cyclone. Equivalent to depressionId.

  • accuIdinteger | null · int32

    AccuWeather storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • atcfIdinteger | null · int32

    ATCF storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • hurdatIdinteger | null · int32

    Hurdat (hurricane database) storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • eventKeystring | null

    A unique identifier in the format BBDDYYYY where BB is the basin code, DD is the depression number, and YYYY is the year.

  • govBaseLinkstring | null

    Link to the specific government storm URL. May be NULL. If NULL, this parameter will not be displayed.

  • accuBaseLinkstring | null

    Link to the specific AccuWeather storm URL. May be NULL. If NULL, this parameter will not be displayed.

  • atcfBaseLinkstring | null

    Link to the specific ATCF storm URL. May be NULL. If NULL, this parameter will not be displayed.


Active government-issued storms by basin

GET
https://dataservice.accuweather.com
/tropical/v1/gov/storms/active/{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

NameId
AtlanticAL
Central PacificCP
Eastern PacificEP
North Indian OceanNI
Northwest PacificNP
South Indian OceanSI
Southwest PacificSP

Active government-issued storms by basinpath Parameters

  • basinstring · required

    A unique ID that designates a specific basin (NP, CP, SP, EP, NI, SI, AL).

    Example: AL

Active government-issued storms by basinquery Parameters

  • formatstring

    A string value that specifies what type of format to provide the response.

    Default: json

Active government-issued storms by basinHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.

Active government-issued storms by basinResponses

OK

  • yearinteger · int64 · required

    The year of origination.

  • basinIdstring · minLength: 1 · required

    Basin identifier (AL, EP, SI, NI, CP, NP, SP).

  • depressionNumberinteger · int32 · required

    Government depression number. May be NULL.

  • namestring · minLength: 1 · required

    The name of the depression.

  • isActiveboolean · required

    A boolean flag indicating if the storm has been updated recently.

  • isSubtropicalboolean · required

    A boolean flag indicating when the depression is classified as a subtropical cyclone.

  • isRetiredboolean

    A boolean flag indicating if the storm name had been retired and false if it has not been retired.

  • govIdinteger | null · int32

    The unique depression number associated with a tropical cyclone. Equivalent to depressionId.

  • accuIdinteger | null · int32

    AccuWeather storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • atcfIdinteger | null · int32

    ATCF storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • hurdatIdinteger | null · int32

    Hurdat (hurricane database) storm ID. May be NULL. If NULL, this parameter will not be displayed.

  • eventKeystring | null

    A unique identifier in the format BBDDYYYY where BB is the basin code, DD is the depression number, and YYYY is the year.

  • govBaseLinkstring | null

    Link to the specific government storm URL. May be NULL. If NULL, this parameter will not be displayed.

  • accuBaseLinkstring | null

    Link to the specific AccuWeather storm URL. May be NULL. If NULL, this parameter will not be displayed.

  • atcfBaseLinkstring | null

    Link to the specific ATCF storm URL. May be NULL. If NULL, this parameter will not be displayed.