This endpoint returns the available times for a given analysis source. Use this to discover which timestamps can be queried via the gridded and interpolated analysis endpoints.
A source parameter is provided in the URL path to specify which data source to query.
| Source | Description | Latency | Temporal Res |
|---|---|---|---|
| ecmwf_det_anl | ECMWF deterministic analysis | <12 hours | 6-hourly |
| ecmwf_ens_anl | ECMWF ensemble analysis | <12 hours | 6-hourly |
| era5 | ERA5 reanalysis | ~6.5 days | hourly |
No additional query parameters required.
| Name | Description |
|---|---|
| -s --source | Set to ecmwf_det_anl . |
| Name | Description |
|---|---|
| -s --source | Set to ecmwf_ens_anl . |
| Name | Description |
|---|---|
| -s --source | Set to era5 . |
| Name | Description |
|---|---|
| source Required | Set to ecmwf_det_anl . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| source Required | Set to ecmwf_ens_anl . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| source Required | Set to era5 . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Type | Description | Format |
|---|---|---|---|
| available | array | Available analysis times. Ordered from newest to oldest. | ISO 8601 |
| timestamp | string | An available analysis time. | ISO 8601 |
| latest | string | The most recent available analysis time. | ISO 8601 |
| source | string | The data source queried. | - |