Aviation Weather Center · Example Payload

Aviationweather Cwa Example

AviationWeatherGovernmentNOAANWSMETARTAFPIREPSIGMETAIRMETOpen DataPublic APIs

Aviationweather Cwa 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/cwa",
  "summary": "CWSU Center Weather Advisories for ZKC (Kansas City Center)",
  "request": {
    "method": "GET",
    "url": "https://aviationweather.gov/api/data/cwa?cwsu=zkc&format=json"
  },
  "response": {
    "status": 200,
    "contentType": "application/json",
    "body": [
      {
        "cwaId": 401,
        "cwsu": "ZKC",
        "series": 101,
        "issueTime": 1704380400,
        "validTimeFrom": 1704380400,
        "validTimeTo": 1704387600,
        "hazard": "TURB",
        "rawCwa": "ZKC1 CWA 041440\nZKC CWA 101 VALID UNTIL 041640..."
      }
    ]
  }
}