You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the flights data is all mixed up. It looks like you may be extracting your data from an HTML page, which has since been modified and no longer matches your expectations.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Thanks for all the great data feeds!
But the flights data is all mixed up. It looks like you may be extracting your data from an HTML page, which has since been modified and no longer matches your expectations.
Steps to reproduce
Paste this into a browser URL: http://apis.is/flight?language=en&type=departures
You'll see data like this.
Just about every field is messed up:
date
is a time (in local time I assume), rather than a date. This isn't so bad.flightNumber
contains HTML, which is bad, and it holds the destinationairline
appears to be the flight numberto
contains HTML and holds the airlineplannedArrival
should probably be namedplanned
, and holds a string description rather than just a daterealArrival
should probably be named actual arrival, and it sometimes just contains a bunch of HTMLstatus
is usually empty, but sometimes just contains a bunch of HTMLThe text was updated successfully, but these errors were encountered: