This endpoint returns the available initialization times (model run start times) for point forecasts and related endpoints.
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.
| Name | Description | Format |
|---|---|---|
| ens_member Optional | The ensemble member to get initialization times for. | mean or 0-23 |
| Name | Description | Format |
|---|---|---|
| ens_member Optional | The ensemble member to get initialization times for. | mean or 0-23 |
| Notes |
|---|
| No additional parameters required. |
| Notes |
|---|
| No additional parameters required. |
| Notes |
|---|
| No additional parameters required. |
| Notes |
|---|
| No additional parameters required. |
| Notes |
|---|
| No additional parameters required. |
| Notes |
|---|
| No additional parameters required. |
| Name | Description |
|---|---|
| -m --model | Set to wm-5c . |
| -e --ens-member Optional | The ensemble member to get initialization times for. Can be "mean" or a number between 0 and 23. |
| Name | Description |
|---|---|
| -m --model | Set to wm-4.5-ens . |
| -e --ens-member Optional | The ensemble member to get initialization times for. Can be "mean" or a number between 0 and 23. |
| Name | Description |
|---|---|
| -m --model | Set to wm-4 . |
| Name | Description |
|---|---|
| -m --model | Set to ecmwf-det . |
| Name | Description |
|---|---|
| -m --model | Set to ecmwf-ens . |
| Name | Description |
|---|---|
| -m --model | Set to aifs . |
| Name | Description |
|---|---|
| -m --model | Set to gfs . |
| Name | Description |
|---|---|
| -m --model | Set to hrrr . |
| Name | Description |
|---|---|
| model | Set to wm-5c . |
| ens_member Optional | The ensemble member to get initialization times for. Can be "mean" or a number between 0 and 23. |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| model | Set to wm-4.5-ens . |
| ens_member Optional | The ensemble member to get initialization times for. Can be "mean" or a number between 0 and 23. |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| model | Set to wm-4 . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| model | Set to ecmwf-det . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| model | Set to ecmwf-ens . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| model | Set to aifs . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| model | Set to gfs . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Description |
|---|---|
| model | Set to hrrr . |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Type | Description | Format |
|---|---|---|---|
| available | array | Available initialization times. Ordered from newest to oldest. | ISO 8601 |
| timestamp | string | available initialization time | ISO 8601 |
| in_progress | array | Initialization time currently being generated (if any). | ISO 8601 |
| timestamp | string | Initialization time currently being generated | ISO 8601 |
| incomplete | array | Initialization times whose generation is incomplete. Used to debug generation issues and forecast delivery issues. | ISO 8601 |
| timestamp | string | Timestamp of an initialization time whose generation is incomplete | ISO 8601 |
| latest | string | Latest available initialization time. | ISO 8601 |