Aviation Weather Center · Example Payload

Aviationweather Fcstdisc Example

AviationWeatherGovernmentNOAANWSMETARTAFPIREPSIGMETAIRMETOpen DataPublic APIs

Aviationweather Fcstdisc 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/fcstdisc",
  "summary": "Area Forecast Discussion for Kansas City WFO",
  "request": {
    "method": "GET",
    "url": "https://aviationweather.gov/api/data/fcstdisc?cwa=eax&type=afd"
  },
  "response": {
    "status": 200,
    "contentType": "text/plain",
    "body": "FXUS63 KEAX 041020\nAFDEAX\nArea Forecast Discussion\nNational Weather Service Kansas City/Pleasant Hill MO\n420 AM CST Thu Jan 04 2024\n\n.SHORT TERM... (Today through Friday)..."
  }
}