I am getting FlightInfo data for a flight which is delayed(from other flight sources) but flight aware is sending me as cancelled.
Flight Code: SJY-591
Scheduled Departure Time: 15th July, 2019, 9:30 AM
API Requested: https://flightxml.flightaware.com/json/FlightXML3/FlightInfoStatus?ident=SJY591-1562981400-schedule-0001&howMany=5
{
"FlightInfoStatusResult": {
"next_offset": -1,
"flights": [
{
"ident": "SJY591",
"faFlightID": "SJY591-1562981400-schedule-0001",
"airline": "SJY",
"airline_iata": "SJ",
"flightnumber": "591",
"type": "Form_Airline",
"blocked": false,
"diverted": false,
"cancelled": true,
"origin": {
"code": "WAAA",
"city": "Makassar / Ujung Pandang, South Sulawesi",
"alternate_ident": "UPG",
"airport_name": "Sultan Hasanuddin Int'l"
},
"destination": {
"code": "WIII",
"city": "Tangerang, Banten, Jakarta",
"alternate_ident": "CGK",
"airport_name": "Jakarta-Soekarno-Hatta Int'l"
},
"filed_ete": 6600,
"filed_airspeed_kts": 358,
"distance_filed": 891,
"filed_departure_time": {
"epoch": 1563154200,
"tz": "WITA",
"dow": "Monday",
"time": "09:30AM",
"date": "07/15/2019",
"localtime": 1563183000
},
"estimated_departure_time": {
"epoch": 1563154800,
"tz": "WITA",
"dow": "Monday",
"time": "09:40AM",
"date": "07/15/2019",
"localtime": 1563183600
},
"actual_departure_time": {
"epoch": -1,
"tz": "WITA",
"dow": "Thursday",
"time": "07:59AM",
"date": "01/01/1970",
"localtime": 28799
},
"departure_delay": -1563154201,
"filed_arrival_time": {
"epoch": 1563160800,
"tz": "WIB",
"dow": "Monday",
"time": "10:20AM",
"date": "07/15/2019",
"localtime": 1563186000
},
"estimated_arrival_time": {
"epoch": -1,
"tz": "WIB",
"dow": "Thursday",
"time": "06:59AM",
"date": "01/01/1970",
"localtime": 25199
},
"actual_arrival_time": {
"epoch": -1,
"tz": "WIB",
"dow": "Thursday",
"time": "06:59AM",
"date": "01/01/1970",
"localtime": 25199
},
"arrival_delay": -1563160801,
"status": "result unknown",
"progress_percent": 100,
"aircrafttype": "B738",
"full_aircrafttype": "B738",
"adhoc": false
}
]
}
}
Flight Aware website is not showing any data for this flight at this date. Why am I getting invalid data?