We have integrated the FlightXML V3 in our application - “Topfly”.
We are getting response for only US sectors and the responses are incorrect. Other than US, we are not getting response from the API.
Please find the below scenarios:
1) This is the reference From Flightaware Document
$ident=‘BXR494’;
{“ident”:“BXR494”,“faFlightID”:“BXR494-1541833213-1-2-157”,“origin”:“KHWD”,“origin_name”:“Hayward Executive”,“destination”:“KVNY”,“destination_name”:“Van Nuys”,“date”:“11/10/2018”,“waypoints”:[{“lat”:37.6589285,“lng”:-122.1217372},{“lat”:37.3925,“lng”:-122.2813889},{“lat”:37.0934472,“lng”:-122.4442139},{“lat”:36.7459806,“lng”:-122.1359444},{“lat”:36.7270194,“lng”:-122.1192694},{“lat”:36.7125083,“lng”:-122.1063417},{“lat”:36.5200194,“lng”:-121.9372028},{“lat”:36.4551833,“lng”:-121.8797139},{“lat”:36.1812956,“lng”:-121.6421122},{“lat”:35.6469444,“lng”:-119.9786111},{“lat”:34.4803417,“lng”:-118.516025},{“lat”:34.2098056,“lng”:-118.4899722}]}
2) $ident=‘DAL4644’;
We are passing delta airline but we are getting results for SkyWest Airlines which is incorrect.
{“ident”:“SKW4644”,“faFlightID”:“SKW4644-1541744763-airline-0216”,“origin”:“KLGB”,“origin_name”:“Daugherty Field”,“destination”:“KSLC”,“destination_name”:“Salt Lake City Intl”,“date”:“11/11/2018”,“waypoints”:[{“lat”:33.8179297,“lng”:-118.1518906},{“lat”:33.9062778,“lng”:-117.9448056},{“lat”:33.9526111,“lng”:-117.9024722},{“lat”:34.0896944,“lng”:-117.7769722},{“lat”:34.2998056,“lng”:-117.4646667},{“lat”:34.5416667,“lng”:-117.1017778},{“lat”:34.8541667,“lng”:-116.6446944},{“lat”:35.6960833,“lng”:-115.5035278},{“lat”:36.1824444,“lng”:-114.8261389},{“lat”:36.1824528,“lng”:-114.8261361},{“lat”:36.711475,“lng”:-114.4740139},{“lat”:37.9333333,“lng”:-113.5},{“lat”:38.3603611,“lng”:-113.0132222},{“lat”:38.8414444,“lng”:-112.7557778},{“lat”:39.3022222,“lng”:-112.5055556},{“lat”:40.0434444,“lng”:-112.2579167},{“lat”:40.3025556,“lng”:-112.17},{“lat”:40.4792222,“lng”:-112.1096944},{“lat”:40.5566667,“lng”:-112.0833889},{“lat”:40.6335,“lng”:-112.0781667},{“lat”:40.7507222,“lng”:-112.0918056},{“lat”:40.7731667,“lng”:-112.0944722},{“lat”:41.2220278,“lng”:-112.148},{“lat”:40.7883878,“lng”:-111.9777731}]}
3) $ident=‘DAL960’;
The below is the sector we passed:
Delta airlines DL 960
07:00
New York (JFK)
6h 15m
Stop:0
10:15
Los Angeles (LAX)
The results of origin-departure is totally different as below.
{“ident”:“DAL960”,“faFlightID”:“DAL960-1541744763-airline-0041”,“origin”:“KMSP”,“origin_name”:“Minneapolis/St Paul Intl”,“destination”:“KATW”,“destination_name”:“Appleton Intl”,“date”:“11/11/2018”,“waypoints”:}
- $ident=‘AIC839’;DEL-BLR
For this sector, we didn’t get any response from the API.
- $ident=‘SEJ122’;DEL-HYD
For this sector, we didn’t get any response from the API. -> But we can see getting results in your site https://uk.flightaware.com/…
6) $ident=‘SIA495’;singapore Airlines SQ 308 | Airbus A380
DXB - SIN
For this sector, we didn't get any response from the API. -> But we can see getting results in your site https://uk.flightaware.com/..
Also Flight aware using ICAO Airline codes for airlines. Also we can see flightaware API using ICAO Airport code for airports.
Is it possible to get along with IATA codes??
Kindly help us in resolving these issues and do the needful.