ENDPOINT 2
GET /api/v1/aircraft
Properties
Response Example
{
"aircraft": [
{
"regnum": "D-AIUX",
"flight_number": "LH400",
"scheduled_arrival_time": "2025-01-23T10:00:00Z",
"actual_parking_time": "2025-01-23T10:15:00Z",
"parking_lat": "51.4700",
"parking_long": "-0.4543",
"apron_number": "12A",
"gate_number": "G24",
"connected_flights": ["LH401", "LH402"],
"caused_co2_emissions": "5.5 kg",
"potential_co2_savings": "2.0 kg"
}
]
}
DESCRIPTION
Retrieve detailed parking and routing data for aircraft operations, helping optimize ground services and reduce operational costs
Parameter Type Required Description
airport_code string Yes The IATA code of the airport (e.g., LHR).
date string No Specific date for which data is requested.
flight_number string No Flight number to retrieve specific details.
Field List
Field Type Description
regnum string Aircraft registration number.
flight number string Flight number of the aircraft.
scheduled_arrival_time datetime The scheduled arrival time before parking.
actual_parking_time datetime The actual parking time of the parking spot.
parking_lat float Latitude coordinates of the parking spot.
parking_long float Longitude coordinates of the parking spot.
apron_number string Apron number where the aircraft is parked.
gate_number string Gate number where passengers board the aircraft.