Aviation Weather Center · Example Payload

Aviationweather Mis Example

AviationWeatherGovernmentNOAANWSMETARTAFPIREPSIGMETAIRMETOpen DataPublic APIs

Aviationweather Mis 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/mis",
  "summary": "Meteorological Impact Statement for Kansas City CWSU",
  "request": {
    "method": "GET",
    "url": "https://aviationweather.gov/api/data/mis?cwsu=zkc"
  },
  "response": {
    "status": 200,
    "contentType": "text/plain",
    "body": "ZKC MIS 01 VALID 041500-050300\n... POTENTIAL FOR SEVERE THUNDERSTORMS..."
  }
}