Skip to content

World Area Forecast System(WAFS) TURB/ICE/CB (via EGRR WIFS)

GET
/faa/wafs025/egrr/{element}

This data is created and distributed by the World Area Forecast Center (WAFC) in London (EGRR), which operates WAFS, and consists of a high-resolution grid with intervals of 0.25 degrees (approx. 25 km) in lat and lon.
Weather elements are digitized in a grid format using a standard format called GRIB (Gridded Binary) and provided as forecast data for each location.

The forecast elements provided include the following:

  • CB (Cumulonimbus Cloud) cloud top or cloud base altitude (meters)
  • ICE(Possibility of icing)Pressure levels(hPa): 300, 400, 500, 600, 700, 800
  • TURB(Turbulence Intensity)Pressure levels(hPa): 150, 200, 250, 300, 350, 400, 500, 600, 700

Forecasts are issued every three hours and cover the next six to 36 hours.

Update Times (UTC)

  • 01:10
  • 07:10
  • 13:15
  • 19:15
  • Updates may be performed manually as necessary at times other than those listed above.

Parameters

Path Parameters

element*

Specify the elements to be retrieved.
CB: Cumulonimbus cloud
ICE: ICE severity index
TURB: Turbulence Eddy dissipation rate

Typestring
Required
Enum
cbiceturb
Examplecb

Responses

Wx data (EGRR) obtained from FAA WAFS with a resolution of 0.25 degrees.
application/json
JSON
{
"list": [
{
"BaseTime": "2025073118",
"ForecastTime": "2025080206",
"URL": "https://example.com/contents/faa/wafs025/egrr/ice/FAA_WAFS025_EGRR_ICE_2025073118_036.grib2?Expires=1753855923&Signature=...&Key-Pair-Id=..."
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

All trademarks and registered trademarks are the property of their respective owners.