This endpoint returns the available variables for a given analysis source. The response includes surface variables, upper-air variables, and available vertical levels.
A source parameter is provided in the URL path to specify which data source to query.
| Source | Description |
|---|---|
| ecmwf_det_anl | ECMWF deterministic analysis |
| ecmwf_ens_anl | ECMWF ensemble analysis |
| era5 | ERA5 reanalysis |
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 |
|---|---|---|---|
| analysis | object | Available variables for analysis data. | - |
| sfc_variables | array | List of surface-level variable identifiers. | string[] |
| upper_variables | array | List of upper-air variable identifiers. | string[] |
| levels | array | Available vertical levels. | numbers or strings |