I'm building a small web application that needs to display scheduled flight information. I'm trying to understand the best way to work with external aviation data rather than maintaining airline schedules manually.

The application would need information such as flight numbers, departure and arrival airports, scheduled departure and arrival times, and airline details.

For developers who have worked with similar projects:

What API format do you normally use for this type of data?
Is it better to request schedule data on demand or cache it?
How do you handle changes or missing flight information?
Are there any common issues with timezone conversion when displaying departure and arrival times?

I'm particularly interested in practical approaches for integrating this into a PHP or JavaScript application.

rproffitt commented: Is that you Claude? -4

Recommended Answers

All 2 Replies

Small world. My son for his final project needed such data and so I can write with some experience on the matter.

Here's the opening problem. THIS IS NOT FREE OR OPEN DATA!

The information is FOR SALE.

Those that search for free access will, for now be morose and forever complaining.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.