Hi guys,
Sorry to bring this thread back to life…
I am a pilot flying for TUI airways in the UK and I have noticed that you do not provide gate times for any of our flights.
The string below is from your AeroAPI and is just one example which shows null for Out and In times - could you please help me understand why you are unable to provide this data?
{
“flights”: [
{
“ident”: “TOM727P”,
“ident_icao”: “TOM727P”,
“ident_iata”: “BY727P”,
“fa_flight_id”: “TOM727P-1652226019-ed-0000”,
“operator”: “TOM”,
“operator_icao”: “TOM”,
“operator_iata”: “BY”,
“flight_number”: “727P”,
“registration”: “G-TUIC”,
“atc_ident”: null,
“inbound_fa_flight_id”: “TOM727-1652045400-schedule-0307”,
“codeshares”: ,
“codeshares_iata”: ,
“blocked”: false,
“diverted”: false,
“cancelled”: false,
“position_only”: false,
“origin”: {
“code”: “EGNT”,
“code_icao”: “EGNT”,
“code_iata”: “NCL”,
“code_lid”: null,
“airport_info_url”: “/airports/EGNT”
},
“destination”: {
“code”: “EGBB”,
“code_icao”: “EGBB”,
“code_iata”: “BHX”,
“code_lid”: null,
“airport_info_url”: “/airports/EGBB”
},
“departure_delay”: -473,
“arrival_delay”: -473,
“filed_ete”: 2202,
“scheduled_out”: null,
“estimated_out”: null,
“actual_out”: null,
“scheduled_off”: “2022-05-11T08:34:15Z”,
“estimated_off”: “2022-05-11T08:26:22Z”,
“actual_off”: “2022-05-11T08:26:22Z”,
“scheduled_on”: “2022-05-11T09:10:57Z”,
“estimated_on”: “2022-05-11T09:03:04Z”,
“actual_on”: “2022-05-11T09:03:04Z”,
“scheduled_in”: null,
“estimated_in”: null,
“actual_in”: null,
“progress_percent”: 100,
“status”: “Arrived”,
“aircraft_type”: “B788”,
“route_distance”: 179,
“filed_airspeed”: null,
“filed_altitude”: null,
“route”: null,
“baggage_claim”: null,
“seats_cabin_business”: null,
“seats_cabin_coach”: null,
“seats_cabin_first”: null,
“gate_origin”: null,
“gate_destination”: null,
“terminal_origin”: null,
“terminal_destination”: null,
“type”: “Airline”
}
],
“links”: null,
“num_pages”: 1
}