GET Tropical Cyclones

This endpoint allows getting the predicted ground track of active tropical cyclones. It returns a dictionary keyed by tropical cyclone ID, where each value is an array of forecast ground track points.

A model parameter must be provided to specify which weather model’s initialization times to retrieve. You can find a list of available models here.

If no model is provided, the latest available model is used by default.


Available Basins

Query parameters

Response parameters

Returns an object (dictionary) whose keys are cyclone IDs and values are arrays of ground track points.

Examples
content-type: application/json