I’m using FlightXML for a new app that i’m building.
Now I am trying to get the flights that are departing from a specific airport to a other airport within a date/timestamp.
This does work, except that FlightXML does not return all the flights and most of the times wrong departure times.
For example, when I search on SkyScanner for today I get allot of flights that are not being returned or have wrong departure times:
http://s24.postimg.org/pq7xj1t6t/Screen_Shot_2016_04_05_at_14_08_26.png
And when I use the same query
flightxml.flightaware.com/json/F … 5&offset=0
It returns not all airliners/flights that are departing, just 2 of them. That is strange, because when I look on the map that you cover, The Netherlands and London are covered.
{"AirlineFlightSchedulesResult":{"next_offset":-1,"data":{"ident":"EZY7402","actual_ident":"","departuretime":1459842900,"arrivaltime":1459846500,"origin":"EHAM","destination":"EGMC","aircrafttype":"A319","meal_service":"","seats_cabin_first":0,"seats_cabin_business":0,"seats_cabin_coach":156},{"ident":"EZY7406","actual_ident":"","departuretime":1459885800,"arrivaltime":1459889400,"origin":"EHAM","destination":"EGMC","aircrafttype":"A319","meal_service":"","seats_cabin_first":0,"seats_cabin_business":0,"seats_cabin_coach":156}]}}
So sometimes, when I search for a flight it does not show up. When they do show-up then they have the wrong departure times, sometimes 30 minutes and other times 2 hours. When I search the flight on Google it shows the correct times.
How can I fix this?