{
  "x402Version": 2,
  "id": 3954,
  "slug": "3954",
  "resource": "https://data.greeneris.io/v1/aviation/metar",
  "description": "Latest METAR observation, decoded, for any ICAO airport worldwide (NOAA AviationWeather.gov): wind direction/speed/gust (kt), temperature/dewpoint (C), visibility, QNH altimeter (hPa), flight category (VFR/MVFR/IFR/LIFR) plus the raw METAR string. Query: ?ids=KJFK,LFPG (1-10 comma-separated ICAO codes). Observations refresh every 30-60 min; 5 min cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ids": "KJFK,LFPG"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "metars": [
              {
                "altimeter_hpa": 1016,
                "dewpoint_c": 16,
                "flight_category": "VFR",
                "icao": "LFPG",
                "lat": 49.015,
                "lon": 2.534,
                "name": "Paris/De Gaulle Arpt, ID, FR",
                "observed_utc": "2026-07-14T05:30:00Z",
                "raw": "METAR LFPG 140530Z 01010KT 350V110 CAVOK 20/16 Q1016 NOSIG",
                "temp_c": 20,
                "visibility": "6+",
                "wind_dir_deg": 10,
                "wind_gust_kt": null,
                "wind_speed_kt": 10
              }
            ],
            "source": "NOAA AviationWeather.gov data API (US Government, public domain)"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "ids": {
                    "description": "1-10 comma-separated ICAO station codes, e.g. KJFK,LFPG,EGLL",
                    "type": "string"
                  }
                },
                "required": [
                  "ids"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "data.greeneris.io",
  "lastUpdated": "2026-08-27T15:14:56.19Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T15:14:55.796Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "data.greeneris.io",
    "manifest_name": "data.greeneris.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}