Home
Aviation Weather Center
Aviationweather Airport Structure
Aviationweather Airport Structure
Airport metadata as returned by GET /api/data/airport?format=json.
Type: object
Properties: 15
Required: 1
Aviation Weather Government NOAA NWS METAR TAF PIREP SIGMET AIRMET Open Data Public APIs
AviationWeather Airport Info is a JSON Structure definition published by Aviation Weather Center, describing 15 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
icaoId
iataId
name
state
country
source
type
lat
lon
elev
magdec
owner
runways
freqs
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/aviationweather/refs/heads/main/json-structure/aviationweather-airport-structure.json",
"name": "AviationWeather Airport Info",
"description": "Airport metadata as returned by GET /api/data/airport?format=json.",
"type": "object",
"required": [
"icaoId"
],
"properties": {
"id": {
"type": "string",
"description": "Primary identifier (often same as ICAO)."
},
"icaoId": {
"type": "string",
"description": "ICAO identifier."
},
"iataId": {
"type": [
"string",
"null"
],
"description": "IATA identifier."
},
"name": {
"type": "string"
},
"state": {
"type": [
"string",
"null"
]
},
"country": {
"type": "string"
},
"source": {
"type": [
"string",
"null"
],
"description": "Data source (e.g. FAA, ICAO)."
},
"type": {
"type": [
"string",
"null"
],
"description": "Airport type/size classification."
},
"lat": {
"type": "double"
},
"lon": {
"type": "double"
},
"elev": {
"type": "int32",
"description": "Elevation (meters)."
},
"magdec": {
"type": [
"string",
"null"
],
"description": "Magnetic declination (e.g. \"3E\")."
},
"owner": {
"type": [
"string",
"null"
],
"description": "Ownership (PUBLIC, PRIVATE, MILITARY)."
},
"runways": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Runway identifier (e.g. 01L/19R)."
},
"dimension": {
"type": "string",
"description": "Length x width in feet."
},
"surface": {
"type": "string",
"description": "Surface code (CON, ASP, GVL, TURF, WATER, ...)."
}
}
}
},
"freqs": {
"type": [
"string",
"null"
],
"description": "Tower/ground/ATIS frequencies as space-delimited string."
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/aviationweather-airport-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.