Hi @dogrock.
This is the response from FlightInfoStatus fregarding 18th May.
{
"ident": "QTR8408",
"faFlightID": "QTR8408-1557984391-airline-0441",
"airline": "QTR",
"airline_iata": "QR",
"flightnumber": "8408",
"tailnumber": "A7-BGA",
"type": "Form_Airline",
"blocked": false,
"diverted": false,
"cancelled": false,
"origin": {
"code": "OTHH",
"city": "Doha",
"alternate_ident": "DOH",
"airport_name": "Hamad Int'l"
},
"destination": {
"code": "VHHH",
"city": "Hong Kong",
"alternate_ident": "HKG",
"airport_name": "Hong Kong Int'l"
},
"filed_ete": 27600,
"filed_airspeed_kts": 444,
"distance_filed": 3913,
"filed_departure_time": {
"epoch": 1558202400,
"tz": "+03",
"dow": "Saturday",
"time": "21:00",
"date": "05/18/2019",
"localtime": 1558213200
},
"estimated_departure_time": {
"epoch": 1558202601,
"tz": "+03",
"dow": "Saturday",
"time": "21:03",
"date": "05/18/2019",
"localtime": 1558213401
},
"actual_departure_time": {
"epoch": 1558202601,
"tz": "+03",
"dow": "Saturday",
"time": "21:03",
"date": "05/18/2019",
"localtime": 1558213401
},
"departure_delay": -480,
"filed_arrival_time": {
"epoch": 1558230000,
"tz": "HKT",
"dow": "Sunday",
"time": "09:40",
"date": "05/19/2019",
"localtime": 1558258800
},
"estimated_arrival_time": {
"epoch": 1558229520,
"tz": "HKT",
"dow": "Sunday",
"time": "09:32",
"date": "05/19/2019",
"localtime": 1558258320
},
"actual_arrival_time": {
"epoch": 1558229107,
"tz": "HKT",
"dow": "Sunday",
"time": "09:25",
"date": "05/19/2019",
"localtime": 1558257907
},
"arrival_delay": -1493,
"status": "Arrived / Gate Arrival",
"progress_percent": 100,
"aircrafttype": "B744",
"full_aircrafttype": "B744",
"adhoc": false
},
Is there any property that indicates my that this flight has any possible leg? Cause I’m requesting only FlightInfoStatus in my application. I don’t want to duplicate requests just to find if the given flight has any leg…
Thanks.