Lufthansa · Schema
Airport
Array of all available airports or one airport matching the request.
AirlinesTravelAviationFlights
Properties
| Name | Type | Description |
|---|---|---|
| AirportCode | string | 3-letter IATA airport code, e.g. “TXL”. |
| Position | object | Physical location of an airport. This data section is optional and therefore not always present. |
| CityCode | string | 3-letter IATA city code, e.g. “BER”. |
| CountryCode | string | 2-letter ISO 3166-1 country code, e.g. “DE”. |
| LocationType | string | “Airport”, “RailwayStation” or “BusStation”. |
| Names | object | Container for airport names. |
| UtcOffset | number | Hour offset of airport to UTC time zone |
| TimeZoneId | string | Time zone name airport is in |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Airport",
"title": "Airport",
"type": "object",
"properties": {
"AirportCode": {
"type": "string",
"description": "3-letter IATA airport code, e.g. \u201cTXL\u201d."
},
"Position": {
"type": "object",
"properties": {
"Coordinate": {
"$ref": "#/components/schemas/Coordinate"
}
},
"description": "Physical location of an airport. This data section is optional and therefore not always present."
},
"CityCode": {
"type": "string",
"description": "3-letter IATA city code, e.g. \u201cBER\u201d."
},
"CountryCode": {
"type": "string",
"description": "2-letter ISO 3166-1 country code, e.g. \u201cDE\u201d."
},
"LocationType": {
"type": "string",
"description": " \u201cAirport\u201d, \u201cRailwayStation\u201d or \u201cBusStation\u201d."
},
"Names": {
"type": "object",
"properties": {
"Name": {
"type": "array",
"description": "Array: language specific full name of airport.",
"items": {
"$ref": "#/components/schemas/Name"
}
}
},
"description": "Container for airport names."
},
"UtcOffset": {
"type": "number",
"description": "Hour offset of airport to UTC time zone",
"format": "float"
},
"TimeZoneId": {
"type": "string",
"description": "Time zone name airport is in"
}
},
"description": "Array of all available airports or one airport matching the request."
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lufthansa-airport"
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.