{ "opencollection": "1.0.0", "info": { "name": "AviationWeather.gov Alerts Weather Data API", "version": "v4.0" }, "items": [ { "info": { "name": "Weather Data", "type": "folder" }, "items": [ { "info": { "name": "METARs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/metar", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Station ID(s)" }, { "name": "bbox", "value": "", "type": "query", "description": "Geographic bounding box (lat0, lon0, lat1, lon1)" }, { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "taf", "value": "", "type": "query", "description": "Include TAF" }, { "name": "hours", "value": "", "type": "query", "description": "Hours back to search" }, { "name": "date", "value": "", "type": "query", "description": "String (`yyyymmdd_hhmm`) or ISO 8601 Date (`yyyy-mm-ddThh:mm:ssZ`)" } ] }, "docs": "Decoded aviation weather observations. Station identifiers or a bounding box is required." }, { "info": { "name": "TAFs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/taf", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Station ID(s)" }, { "name": "bbox", "value": "", "type": "query", "description": "Geographic bounding box (lat0, lon0, lat1, lon1)" }, { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "metar", "value": "", "type": "query", "description": "Include METAR" }, { "name": "time", "value": "", "type": "query", "description": "Process time by valid (default) or issuance time" }, { "name": "date", "value": "", "type": "query", "description": "String (`yyyymmdd_hhmm`) or ISO 8601 Date (`yyyy-mm-ddThh:mm:ssZ`)" } ] }, "docs": "Decoded Terminal Aerodrome Forecast products. Station identifiers or a bounding box is required." }, { "info": { "name": "Pilot Reports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/pirep", "params": [ { "name": "id", "value": "", "type": "query", "description": "Airport ID for center of search" }, { "name": "distance", "value": "", "type": "query", "description": "Radial distance to search" }, { "name": "bbox", "value": "", "type": "query", "description": "Geographic bounding box (lat0, lon0, lat1, lon1)" }, { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "age", "value": "", "type": "query", "description": "Hours Back" }, { "name": "level", "value": "", "type": "query", "description": "Level +-3000' to search" }, { "name": "inten", "value": "", "type": "query", "description": "Minimum intensity" }, { "name": "date", "value": "", "type": "query", "description": "String (`yyyymmdd_hhmm`) or ISO 8601 Date (`yyyy-mm-ddThh:mm:ssZ`)" } ] }, "docs": "Pilot reports issued in PIREP or AIREP format. Bounding box, or center point identifier and radial distance, required." }, { "info": { "name": "Domestic SIGMETs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/airsigmet", "params": [ { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "types", "value": "", "type": "query", "description": "Product type" }, { "name": "hazard", "value": "", "type": "query", "description": "Hazard" }, { "name": "level", "value": "", "type": "query", "description": "The level +-3000' to search" } ] }, "docs": "Domestic SIGMETs for the contiguous United States. Does not include SIGMETs issued by the US in international format." }, { "info": { "name": "International SIGMETs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/isigmet", "params": [ { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "hazard", "value": "", "type": "query", "description": "Hazard" }, { "name": "level", "value": "", "type": "query", "description": "Level +-3000' to search" }, { "name": "date", "value": "", "type": "query", "description": "String (`yyyymmdd_hhmm`) or ISO 8601 Date (`yyyy-mm-ddThh:mm:ssZ`)" } ] }, "docs": "Decoded international SIGMETs. This does not include SIGMETs issued by the United States in domestic format (i.e. convective and non-convective domestic SIGMETS)." }, { "info": { "name": "US Graphical AIRMETs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/gairmet", "params": [ { "name": "product", "value": "", "type": "query", "description": "Product type" }, { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "hazard", "value": "", "type": "query", "description": "Hazard" }, { "name": "date", "value": "", "type": "query", "description": "String (`yyyymmdd_hhmm`) or ISO 8601 Date (`yyyy-mm-ddThh:mm:ssZ`)" }, { "name": "fore", "value": "", "type": "query", "description": "Forecast hour from selected forecast package" } ] }, "docs": "Decoded G-AIRMETs for the contiguous United States. See /api/data/airmet for similar advisories over Alaska." }, { "info": { "name": "AIRMETs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/airmet", "params": [ { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "hazard", "value": "", "type": "query", "description": "Hazard" }, { "name": "level", "value": "", "type": "query", "description": "Level +-3000' to search" }, { "name": "date", "value": "", "type": "query", "description": "String (`yyyymmdd_hhmm`) or ISO 8601 Date (`yyyy-mm-ddThh:mm:ssZ`)" } ] }, "docs": "Decoded domestic AIRMETs (Alaska only). See /api/data/gairmet for similar advisories over the contiguous United States." }, { "info": { "name": "TFM Convective Forecast (TCF)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/tcf", "params": [ { "name": "format", "value": "", "type": "query", "description": "Format" } ] }, "docs": "Traffic Flow Management (TFM) Convective Forecast. See https://aviationweather.gov/tcf/ for more information." }, { "info": { "name": "CWSU Center Advisories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/cwa", "params": [ { "name": "hazard", "value": "", "type": "query", "description": "Hazard" }, { "name": "format", "value": "", "type": "query", "description": "Format" }, { "name": "date", "value": "", "type": "query", "description": "String (`yyyymmdd_hhmm`) or ISO 8601 Date (`yyyy-mm-ddThh:mm:ssZ`)" } ] }, "docs": "Center Weather Advisories issued by NWS Center Weather Service Units (CWSUs)" }, { "info": { "name": "Wind/Temp Point Data", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/windtemp", "params": [ { "name": "region", "value": "", "type": "query", "description": "Region:\n * `us` - All contiguous US sites\n * `bos` - Northeast\n * `mia` - Southeast\n * `chi` - North central\n * `dfw` - South central\n * `slc` - Rocky Mountain\n * `sfo` - Pacific Coast\n * `alaska` - Alaska\n * `hawaii` - Hawaii\n * `other_pac` - Western Pacific\n" }, { "name": "level", "value": "", "type": "query", "description": "Level" }, { "name": "fcst", "value": "", "type": "query", "description": "Forecast cycle" } ] }, "docs": "Wind and temperature information from the legacy FD winds" }, { "info": { "name": "US Area Forecasts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/areafcst", "params": [ { "name": "region", "value": "", "type": "query", "description": "Date\n * `aknorth` - Northern half of Alaska\n * `akcentral` - Interior Alaska\n * `aksouth` - Southcentral Alaska\n * `aksouthwest` - Alaska Peninsula\n * `aksoutheast` - Eastern Gulf of Alaska\n * `akpanhandle` - Alaska\n" } ] }, "docs": "Text Area Forecasts for the United States outside the contiguous states (Alaska)" }, { "info": { "name": "US Forecast Discussions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/fcstdisc", "params": [ { "name": "cwa", "value": "", "type": "query", "description": "County Warning Area (WFO)" }, { "name": "type", "value": "", "type": "query", "description": "Type of output:\n * `afd` - aviation discussion\n * `af` - full discussion\n" } ] }, "docs": "Aviation Forecast Discussions issued by NWS Weather Forecast Offices. Returns aviation section or full discussion issued within the past six hours." }, { "info": { "name": "Meteorological Information Statement", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/mis", "params": [ { "name": "loc", "value": "", "type": "query", "description": "CWSU" }, { "name": "format", "value": "", "type": "query", "description": "Format" } ] }, "docs": "Meteorological Information Statements issued by NWS Center Weather Service Units (CWSU)" }, { "info": { "name": "Data Server", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/data/dataserver", "params": [ { "name": "requestType", "value": "", "type": "query" }, { "name": "dataSource", "value": "", "type": "query" }, { "name": "stationString", "value": "", "type": "query", "description": "Station ID(s)" }, { "name": "boundingBox", "value": "", "type": "query", "description": "Geographic bounding box (lat0, lon0, lat1, lon1)" }, { "name": "startTime", "value": "", "type": "query", "description": "Start time\n * `yyyymmdd_hhmm`\n * `yyyy-mm-ddThh:mm:ssZ`\n" }, { "name": "endTime", "value": "", "type": "query", "description": "End time\n * `yyyymmdd_hhmm`\n * `yyyy-mm-ddThh:mm:ssZ`\n" }, { "name": "hoursBeforeNow", "value": "", "type": "query", "description": "Number of hours before now to search" }, { "name": "format", "value": "", "type": "query", "description": "Output format (TAFs not available in CSV format)" }, { "name": "mostRecentForEachStation", "value": "", "type": "query", "description": "Most recent per station (METARs and TAFs only)" }, { "name": "radialDistance", "value": "", "type": "query", "description": "Circular bounds defined by latitude, longitude and radial distance in statute miles (PIREPS only)" } ] }, "docs": "Compatibility layer with previous Text Data Service. Station identifiers or a bounding box, as well as a time selection, are required." } ] } ], "bundled": true }