GET Gridded Forecast

This endpoint allows getting the gridded output of global forecasts for a single variable. These outputs are returned as a netCDF (.nc) file.

The variable and level parameters are used to specify the variable and level to retrieve.

A model parameter must be provided to specify which weather model’s forecast to retrieve. You can find a list of available models here.

Archived forecasts

Individual variables are only available for active forecasts. For archived forecasts, only the complete dataset with all variables is available. Set the variable parameter to all .

Available Levels

For upper-level atmospheric variables, set the pressure level in hectopascals (hPa) using the level query parameter alongside the variable . To get the same list as JSON via the API, see the Variables endpoint

Available Variables

All variables for each model are listed below. To get the same list as JSON via the API, see the Variables endpoint .

Query parameters

Response parameters

Returns a netCDF (.nc) file containing gridded forecast data for the specified variable. This will generally be a redirect to a presigned URL on R2, so you will need to follow the redirect to get the file. Use the -L flag in curl. Only in the short time it takes for the file to be uploaded will it be served directly.

Examples
NetCDF Response