This response option calls the Interpolated Point Forecast endpoint using the model and trigger time from the event. Configure only the locations and optional forecast fields to return.
data.response contains the complete endpoint response without a webhook-specific wrapper or reshaping.
| Option | Type | Description |
|---|---|---|
| type Required | string | Must be interpolated_point_forecast . |
| options Required | object | Endpoint-specific configuration. |
| coordinates Required | string | Semicolon-separated latitude,longitude tuples.Example: 37.77,-122.42;40.7,-74.0 . |
| variable Optional | string | A single model variable.Omit to receive the endpoint's default variable set. |
| level Optional | integer | Pressure level in hectopascals.Requires variable . |
| include_distribution Optional | boolean | Add distribution outputs.Requires variable and support from every matched model. |
| Subscription | Attached response |
|---|---|
| initialization_time.available | The complete endpoint response for the completed initialization at the configured coordinates. |
| forecast_hour.available | The complete endpoint response using the triggering forecast hour as the inclusive cutoff.Contains the series from the start of the run through that hour. |