Hi, I'm learning to use the new API. Have an idea for a mashup that I'm excited about. Won't make me a million bucks, but should be fun.
However, I'm a newbie and am encountering some obstacles. Fixing these might make it easier for the next person.
1) For documentation, I go to http://fboweb.com/documentation/39/PlaneXML_API_Reference.html . FYI, there are many things that appear to be links to bookmarks on other parts of the page, but none of the bookmarks work. (Using Chrome and Firefox.)
2) In the part that says, "FAA flight ID (ie, AAL1410)", can you link to a page that will show us all the codes for Airline Name to FAA abbreviation? I figured out that I could just View, Source on one of your search pages, but it would be nice to have a link right there.
3) Can you show an example of what a Unix date format looks like?
4) I need help on queries. You don't show any examples of actually using a query. If I want to find the Index of a flight VX900 on May 18, 2009, is it (keep in mind my date format is messed up pending your answer to #3 above)
$history = $PlaneXML->FlightHistory("ident=='VRD900'&&deptime>'20090318000000'&&arrtime
Thanks. Seems cool, and I hope we can all find great uses for this API.
Jeral