Aviation Weather Center · Example Payload

Aviationweather Areafcst Example

AviationWeatherGovernmentNOAANWSMETARTAFPIREPSIGMETAIRMETOpen DataPublic APIs

Aviationweather Areafcst Example is an example object payload from Aviation Weather Center, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "GET /api/data/areafcst",
  "summary": "US Area Forecast for the Gulf of Mexico region",
  "request": {
    "method": "GET",
    "url": "https://aviationweather.gov/api/data/areafcst?region=gulf"
  },
  "response": {
    "status": 200,
    "contentType": "text/plain",
    "body": "FAUS3 KKCI 041245\nGFAACUS3\nAREA FORECAST FOR GULF OF MEXICO\nSYNOPSIS AND VFR CLDS/WX\nSYNOPSIS VALID UNTIL 050100\nCLOUDS/WEATHER VALID UNTIL 041900...OUTLOOK VALID 041900-050100\n..."
  }
}