AviationWeather Graphical AIRMET (G-AIRMET)

Decoded G-AIRMET as returned by GET /api/data/gairmet?format=json.

AviationWeatherGovernmentNOAANWSMETARTAFPIREPSIGMETAIRMETOpen DataPublic APIs

Properties

Name Type Description
gairmetId integer
product string Product type (Sierra=IFR/MTN obs, Tango=turb/wind, Zulu=ice/freezing level).
issueTime integer UNIX epoch issuance time.
validTime integer UNIX epoch valid time for this forecast snapshot.
fcstHour integer Forecast hour from issuance.
hazard string Hazard type.
tops integernull Top altitude (feet).
base integernull Base altitude (feet).
dueTo stringnull Cause of the hazard (e.g. CIG/VIS, BR/HZ).
geometryType string
coords array Coordinate ring (lon, lat).
View JSON Schema on GitHub

JSON Schema

aviationweather-gairmet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/aviationweather/json-schema/aviationweather-gairmet-schema.json",
  "title": "AviationWeather Graphical AIRMET (G-AIRMET)",
  "description": "Decoded G-AIRMET as returned by GET /api/data/gairmet?format=json.",
  "type": "object",
  "properties": {
    "gairmetId":     { "type": "integer" },
    "product":       { "type": "string", "enum": ["sierra","tango","zulu"], "description": "Product type (Sierra=IFR/MTN obs, Tango=turb/wind, Zulu=ice/freezing level)." },
    "issueTime":     { "type": "integer", "description": "UNIX epoch issuance time." },
    "validTime":     { "type": "integer", "description": "UNIX epoch valid time for this forecast snapshot." },
    "fcstHour":      { "type": "integer", "enum": [0,3,6,9,12], "description": "Forecast hour from issuance." },
    "hazard":        { "type": "string", "enum": ["turb-hi","turb-lo","llws","sfc_wind","ifr","mtn_obs","ice","fzlvl"], "description": "Hazard type." },
    "tops":          { "type": ["integer","null"], "description": "Top altitude (feet)." },
    "base":          { "type": ["integer","null"], "description": "Base altitude (feet)." },
    "dueTo":         { "type": ["string","null"], "description": "Cause of the hazard (e.g. CIG/VIS, BR/HZ)." },
    "geometryType":  { "type": "string", "enum": ["Polygon","MultiPolygon","LineString"] },
    "coords":        { "type": "array", "description": "Coordinate ring (lon, lat)." }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aviationweather-gairmet"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.