v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Transportation

Aviation routine weather reports - METAR (NOAA AWC)

Worldwide current aerodrome observations (METAR/SPECI) from the NOAA/NWS Aviation Weather Center, decoded to structured fields plus the raw report. Filter by ICAO station ids, bounding box and flight category (VFR/MVFR/IFR/LIFR). Consultative only; not a substitute for an official preflight briefing.

get/api/v2/transport/aviation/metar

Query parameters

idsstring nullable

Comma-separated ICAO station ids, e.g. KJFK,KBOS,EGLL.

Example:KJFK,KBOS

Comma-separated ICAO station ids, e.g. KJFK,KBOS,EGLL.

min_latnumber nullable

Bounding-box south edge.

Bounding-box south edge.

max_latnumber nullable

Bounding-box north edge.

Bounding-box north edge.

min_lonnumber nullable

Bounding-box west edge.

Bounding-box west edge.

max_lonnumber nullable

Bounding-box east edge.

Bounding-box east edge.

flight_categorystring nullable

Filter by flight category: VFR | MVFR | IFR | LIFR.

Filter by flight category: VFR | MVFR | IFR | LIFR.

limitinteger

Maximum stations returned.

Maximum stations returned.

Response

Successful Response

Example response

{
  "data": {
    "query": {
      "ids": "KJFK,KBOS",
      "flight_category": "IFR",
      "limit": 200
    },
    "stations": [
      {
        "station": "KJFK",
        "obs_time": "2026-07-05T17:00:00Z",
        "lat": 40.6392,
        "lon": -73.7639,
        "elevation_m": 3,
        "temp_c": 28.9,
        "dewpoint_c": 18.9,
        "wind_dir_deg": 200,
        "wind_speed_kt": 8,
        "wind_gust_kt": 22,
        "visibility_mi": "10+",
        "altimeter_in_hg": 29.98,
        "sea_level_pressure_mb": 1015.1,
        "flight_category": "VFR",
        "wx_string": "-RA BR",
        "clouds": [
          {
            "cover": "BKN",
            "base_ft": 2500
          }
        ],
        "metar_type": "METAR",
        "raw": "METAR KJFK 051651Z 00000KT 10SM ..."
      }
    ],
    "attribution": {
      "sources": [
        {
          "registry_key": "noaa/aviation-weather-center",
          "source_name": "NOAA Aviation Weather Center",
          "licence": "public-domain",
          "citation": "NOAA/NWS Aviation Weather Center (aviationweather.gov)",
          "disclaimer": "Advisory only; not a substitute for an official preflight briefing."
        }
      ],
      "effective_reexport": "allowed"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}