This response option uses the Tropical Cyclone Detail endpoint. It returns one time-limited detail URL for every tropical cyclone that matches the trigger and configured response-option basin. It does not accept a model. The model and initialization time are inherited from the system-emitted tropical_cyclones.available event. The same IDs are always available in data.tropical_cyclone_ids , including when this response option is not configured. A response-option basin narrows only the attached detail URLs; it does not change the base data.tropical_cyclone_ids list.
| Option | Type | Description |
|---|---|---|
| format Optional | string | Detail response representation.Options: json , geojson , or deck . Defaults to json . |
| basin Optional | string | Restrict detail URLs to base event IDs in this basin.Options: AL , EP , CP , WP , NI , SI , AU , or SP . Omit to include every ID in data.tropical_cyclone_ids . |
| Subscription | Attached response |
|---|---|
| tropical_cyclones.available | One URL-enriched item for every base tropical cyclone ID that matches the response-option basin. |
| Field | Type | Description |
|---|---|---|
| tropical_cyclones | object[] | URL-enriched subset of data.tropical_cyclone_ids selected by the response-option basin . |
| tropical_cyclone_id | string | Operational ATCF ID, or the generated ID for an unmatched track. |
| url | string | Time-limited Tropical Cyclone Detail API URL in the configured format.Fetch promptly because signed URLs expire. |