NOAA · Schema

METARJSON

NOAA Aviation Weather API schema for METARJSON

WeatherClimateForecastAlertsOceanTidesAviation WeatherGovernmentOpen DataEnvironmental
View JSON Schema on GitHub

JSON Schema

noaa-aviation-metarjson.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/noaa/main/json-schema/noaa-aviation-metarjson.json",
  "title": "METARJSON",
  "description": "NOAA Aviation Weather API schema for METARJSON",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/METARproperties"
  }
}