AeroDataBox · Schema
AircraftContract
Single aircraft data
AviationFlightsAerospaceFlight DataAirport Data
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique ID of the aircraft record in our database |
| reg | string | Tail-number of the aircraft |
| active | boolean | Indicator if aircraft is operational under this registration |
| serial | string | Serial number |
| hexIcao | string | ICAO 24 bit Mode-S hexadecimal transponder address |
| airlineName | string | Name of the airline operating the aircraft |
| iataType | string | IATA-type of the aircraft |
| iataCodeShort | string | Short variant of IATA-code of the aircraft |
| icaoCode | string | ICAO-code of the aircraft |
| model | string | Model of the aircraft |
| modelCode | string | Model code of the aircraft |
| numSeats | integer | Number of passenger seats |
| rolloutDate | string | Date of roll-out (UTC) |
| firstFlightDate | string | First flight date |
| deliveryDate | string | Date of delivery to the owner |
| registrationDate | string | Date of assigning current registration |
| typeName | string | Type name |
| numEngines | integer | Number of engines |
| engineType | object | |
| isFreighter | boolean | Marker if aircraft is cargo or not |
| productionLine | string | Production line |
| ageYears | number | Age of the aircraft in year |
| verified | boolean | |
| image | object | |
| numRegistrations | integer | An aircraft may have a history of past registrations with other airlines or operators. This field represents a total number of registration records known in our database. |
| registrations | array | A history of all registrations with other airlines or operators (if provided by the endpoint). |