Airlabs · Schema
FleetAircraft
Global aircraft fleet database record
AviationFlightsAirlinesAirportsFlight TrackingFlight StatusReal-Time Data
Properties
| Name | Type | Description |
|---|---|---|
| hex | string | ICAO 24-bit address (hex) |
| reg_number | string | Aircraft registration number |
| flag | string | Country ISO 2 code |
| airline_iata | string | Airline IATA code |
| airline_icao | string | Airline ICAO code |
| aircraft_iata | string | Aircraft IATA type code |
| aircraft_icao | string | Aircraft ICAO type code |
| model | string | Aircraft model name |
| manufacturer | string | Aircraft manufacturer |
| built_year | integer | Year of manufacture |
| first_flight_date | string | Date of first flight (YYYY-MM-DD) |
| engines_count | integer | Number of engines |
| engines_type | string | Engine type (jet, turboprop, piston) |
| plane_age | number | Aircraft age in years |
| plane_owner | string | Aircraft owner |
| plane_status | string | Aircraft status (active, stored, etc.) |
| msn | string | Manufacturer serial number |
| line_number | string | Production line number |
| num_seats | integer | Number of seats |
| rollout_date | string | Rollout date (YYYY-MM-DD) |
| delivery_date | string | Delivery date (YYYY-MM-DD) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://airlabs.co/json-schema/fleet-aircraft",
"title": "FleetAircraft",
"description": "Global aircraft fleet database record",
"type": "object",
"properties": {
"hex": { "type": "string", "description": "ICAO 24-bit address (hex)" },
"reg_number": { "type": "string", "description": "Aircraft registration number" },
"flag": { "type": "string", "description": "Country ISO 2 code" },
"airline_iata": { "type": "string", "description": "Airline IATA code" },
"airline_icao": { "type": "string", "description": "Airline ICAO code" },
"aircraft_iata": { "type": "string", "description": "Aircraft IATA type code" },
"aircraft_icao": { "type": "string", "description": "Aircraft ICAO type code" },
"model": { "type": "string", "description": "Aircraft model name" },
"manufacturer": { "type": "string", "description": "Aircraft manufacturer" },
"built_year": { "type": "integer", "description": "Year of manufacture" },
"first_flight_date": { "type": "string", "description": "Date of first flight (YYYY-MM-DD)" },
"engines_count": { "type": "integer", "description": "Number of engines" },
"engines_type": { "type": "string", "description": "Engine type (jet, turboprop, piston)" },
"plane_age": { "type": "number", "description": "Aircraft age in years" },
"plane_owner": { "type": "string", "description": "Aircraft owner" },
"plane_status": { "type": "string", "description": "Aircraft status (active, stored, etc.)" },
"msn": { "type": "string", "description": "Manufacturer serial number" },
"line_number": { "type": "string", "description": "Production line number" },
"num_seats": { "type": "integer", "description": "Number of seats" },
"rollout_date": { "type": "string", "description": "Rollout date (YYYY-MM-DD)" },
"delivery_date": { "type": "string", "description": "Delivery date (YYYY-MM-DD)" }
}
}
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/fleet-aircraft"
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.