Hi there,
I’ve gone over a few threads where you ask users to retrieve an array of data from “FlightInfoEx” and then find the flight of interest.
I’ve attached the JSON formatted response from “FlightInfoEx”.
-
The data below for UA84 has 5 flights, of which the flight that is in transit (departed on 3rd July with ‘faFlightID’: ‘UAL84-1498886786-airline-0118’
-
This flight has ‘actualdeparturetime’ of ‘1499115534’ (16:58 EST)
-
However, your flight tracker for UA84 shows the departure time as “4:40 pm”, which corresponds to the “filed_departuretime”
So:
-
Should I be looking at ‘actualdeparturetime’ or ‘filed_departuretime’?
-
Last night when tracking AC85, your site shows the flight as delayed. However, ‘filed_departuretime’ did not reflect this delay and since the flight had not departed, the ‘actualdeparturetime’ was 0. How did you know about the delay? What field should I be using?
{ faFlightID: 'UAL84-1499059583-airline-0168',
ident: 'UAL84',
aircrafttype: 'B77L',
filed_ete: '10:25:00',
filed_time: 1499059583,
filed_departuretime: 1499287200,
filed_airspeed_kts: 483,
filed_airspeed_mach: '',
filed_altitude: 0,
route: '',
actualdeparturetime: 0,
estimatedarrivaltime: 1499324700,
actualarrivaltime: 0,
diverted: '',
origin: 'KEWR',
destination: 'LLBG',
originName: 'Newark Liberty Intl',
originCity: 'Newark, NJ',
destinationName: 'Ben Gurion Int\'l',
destinationCity: 'Tel Aviv' }
~~~~~~~~~~~~~~~~
{ faFlightID: 'UAL84-1498973154-airline-0024',
ident: 'UAL84',
aircrafttype: 'B77L',
filed_ete: '12:22:00',
filed_time: 1498973154,
filed_departuretime: 1499200800,
filed_airspeed_kts: 500,
filed_airspeed_mach: '',
filed_altitude: 330,
route: 'ELVAE COL DIXIE PREPI UNYAD OWENZ POPPN ISLES VITOL PORTI 4700N/05000W 4800N/04000W 4900N/03000W 4700N/02000W PASAS VES LASKU UM190 BLV UM601 BCN UN725 ORKUM UM603 ELSAG ALG BEROL RUTOM UM601 MIL UN134 ASPIS UN134 ERIMO N134 SOLIN GODED1',
actualdeparturetime: 0,
estimatedarrivaltime: 1499246438,
actualarrivaltime: 0,
diverted: '',
origin: 'KEWR',
destination: 'LLBG',
originName: 'Newark Liberty Intl',
originCity: 'Newark, NJ',
destinationName: 'Ben Gurion Int\'l',
destinationCity: 'Tel Aviv' }
~~~~~~~~~~~~~~~~
{ faFlightID: 'UAL84-1498886786-airline-0118',
ident: 'UAL84',
aircrafttype: 'B772',
filed_ete: '09:39:00',
filed_time: 1498886786,
filed_departuretime: 1499114400,
filed_airspeed_kts: 480,
filed_airspeed_mach: '',
filed_altitude: 350,
route: 'MERIT HFD PUT EBONY N439A TUDEP 5200N/05000W 5400N/04000W 5400N/03000W 5400N/02000W DOGAL BEXET BOYNE LAMSO GMH UL603 TESGA OSBIT UL984 RASPU UZ660 ENITA Z660 ETVIS Z37 GIMBO SASAL BABIT NISVA N131 RODIP UN131 IDILO UN131 KULAR UT39 TOMBI UM855 DASNI UR19 LCA UB17 EMEDA UB17 VELOX UW13 SOLIN GODED1',
actualdeparturetime: 1499115534,
estimatedarrivaltime: 1499150940,
actualarrivaltime: 0,
diverted: '',
origin: 'KEWR',
destination: 'LLBG',
originName: 'Newark Liberty Intl',
originCity: 'Newark, NJ',
destinationName: 'Ben Gurion Int\'l',
destinationCity: 'Tel Aviv' }
~~~~~~~~~~~~~~~~
{ faFlightID: 'UAL84-1498800397-airline-0157',
ident: 'UAL84',
aircrafttype: 'B772',
filed_ete: '09:26:00',
filed_time: 1498800397,
filed_departuretime: 1499028000,
filed_airspeed_kts: 490,
filed_airspeed_mach: '',
filed_altitude: 330,
route: 'GREKI JUDDS MARTN TOPPS N499A RIKAL NATV RESNO NATV NETKI NIBOG REMSI L603 BELOX BUKUT L603 LAMSO GMH UL603 OLETU GOMIG MAGAM MEDUX UM867 KOGAT ERANA UL737 TSL UN130 MES UL609 APLON UL609 LEDRA UL609 SOLIN GODED1',
actualdeparturetime: 1499032238,
estimatedarrivaltime: 1499066614,
actualarrivaltime: 1499066614,
diverted: '',
origin: 'KEWR',
destination: 'LLBG',
originName: 'Newark Liberty Intl',
originCity: 'Newark, NJ',
destinationName: 'Ben Gurion Int\'l',
destinationCity: 'Tel Aviv' }
~~~~~~~~~~~~~~~~
{ faFlightID: 'UAL84-1498713963-airline-0269',
ident: 'UAL84',
aircrafttype: 'B772',
filed_ete: '09:24:00',
filed_time: 1498713963,
filed_departuretime: 1498941600,
filed_airspeed_kts: 500,
filed_airspeed_mach: '',
filed_altitude: 330,
route: 'MERIT HFD PUT WITCH ALLEX N323A ELSIR NATW GISTI BAKUR KONAN UL607 KOK UM150 KOMOB UM150 PITES BABEG KUMOM VEKEN SABAD MEDUX UM867 KOGAT ERANA UL737 TSL UN130 MES UL609 APLON UL609 LEDRA UL609 SOLIN GODED1',
actualdeparturetime: 1498944283,
estimatedarrivaltime: 1498978680,
actualarrivaltime: 1498978380,
diverted: '',
origin: 'KEWR',
destination: 'LLBG',
originName: 'Newark Liberty Intl',
originCity: 'Newark, NJ',
destinationName: 'Ben Gurion Int\'l',
destinationCity: 'Tel Aviv' }
~~~~~~~~~~~~~~~~