Governmentissuedforecasts

GET

Government-issued forecasts

Returns all recorded forecast information for a specific government-issued tropical cyclone.

Resource URL

http://dataservice.accuweather.com /tropical/v1/gov/storms/{yyyy}/{basinID}/{governmentID}/forecasts

Query Parameters


Name Values Description
apikey
(required)

Provided API Key

details

Optional. When true, wind radii summary data is included in the response. Default value = false

radiigeometry

Optional. When true, wind radii summary data and geoJSON details are included in the response. Default value = false.

windowgeometry

Optional. When true, window geometry data (geoJSON) is included in the response. Default value = false.


Request Body

yyyy Four-digit year true

basinId Basin identifier (AL, EP, SI, NI, CP, NP, SP) Type of Search Required? Active storms Optional Storm search Required Storm positions Required Storm forecast Required true

governmentID Government storm id. This will match the depression number. Type of Search Required? Active storms Optional Storm search Required Storm positions Required Storm forecast Required 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
validDateTime string Datetime that the forecast is valid, displayed in ISO8601 format
validEpochDateTime int64 Datetime that the forecast is valid, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
initializedDateTime string Datetime the forecast was created, displayed in ISO8601 format
epochInitializedDateTime int64 Datetime the forecast was created, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
position.latitude float The latitude of the storm’s position.
position.longitude float The longitude of the storm’s position.
maxWindGust.metric.Value string Rounded value of the maximum wind gust speed in kilometers per hour.
maxWindGust.metric.Unit int64 Type of unit for the maximum wind gust speed value (kilometers per hour).
maxWindGust.metric.UnitType int64 Numeric value that can be used for unit translations.
maxWindGust.imperial.Value int64 Rounded value of the maximum wind gust speed in miles per hour.
maxWindGust.imperial.Unit string Type of unit for the maximum wind gust speed value (miles per hour).
maxWindGust.imperial.UnitType int64 Numeric value that can be used for unit translations.
sustainedWind.metric.Value int64 Rounded value of the sustained wind speed in kilometers per hour.
sustainedWind.metric.Unit string Type of unit for the sustained wind speed value (kilometers per hour).
sustainedWind.metric.UnitType int64 Numeric value that can be used for unit translations.
sustainedWind.imperial.Value int64 Rounded value of the sustained wind speed in miles per hour.
sustainedWind.imperial.Unit string Type of unit for the sustained wind speed value (miles per hour).
sustainedWind.imperial.UnitType int64 Numeric value that can be used for unit translations.
status string Storm status, in English.
window.left.latitude float Latitude of the point on the left side of the window at the end of the timeframe (window.endDateTime).
window.left.longitude float Longitude of the point on the right side of the window at the end of the timeframe (window.endDateTime).
window.right.latitude float Latitude of the point on the right side of the window at the end of the timeframe (window.endDateTime).
window.right.longitude float Longitude of the point on the right side of the window at the end of the timeframe (window.endDateTime).
window.beginDateTime string DateTime of the beginning of the window of movement, displayed in ISO8601 format.
window.epochBeginDateTime int64 DateTime of the beginning of the window of movement, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
window.endDateTime string DateTime of the end of the window of movement, displayed in ISO8601 format.
window.epochEndDateTime int64 DateTime of the end of the window of movement, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
window.beginStatus string Storm status at the beginning of the window.
window.endStatus string Storm status at the end of the window.
window.geometry object Displayed when windowgeometry=true in request. GeoJSON object containing coordinates describing the window of movement during the specified timeframe.
windRadiiSummary.validDateTime string DateTime for which the wind radii summary data is valid, displayed in ISO8601 format.
windRadiiSummary.validEpochDateTime int64 DateTime for which the wind radii summary data is valid, displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
windRadiiSummary.windSpeed object Wind speed associated with the radiusSectorData. Contains metric and imperial values.
windRadiiSummary.radiusSectorData object Contains the information needed to plot wind radius quadrants. Bearing 0-90 = NE quadrant, 90-180 = SE quadrant, 180-270 = SW quadrant, 270-360 = NW quadrant.
windRadiiSummary.radiusSectorData.beginBearing float Bearing, in degrees, of the beginning of the quadrant.
windRadiiSummary.radiusSectorData.endBearing float Bearing, in degrees, of the end of the quadrant.
windRadiiSummary.radiusSectorData.range int32 GeoJSON object. Displayed when radiiGeometry=true in request. Describes the outline of the wind radius quadrants.