Scheduled Function

I am using this PHP code to get scheduled flights for AA out of ORD:
$results = $soap->Scheduled(‘KORD’,15,“AAL”,0);

My search results include flights from airlines other than AA – such as UAL, ANA, etc. What am I doing wrong? According to the documentation, putting “AAL” as the filter should get only American flights.

Thanks for your help! :laughing:
Marc

Per the documentation:

The filter argument can be “ga” or “airline” to only show GA or Airline traffic, respectively, or null/empty to show all traffic.

“AAL” is not a filter option.

What is “GA” or “airline” traffic?

Thanks again! :slight_smile:
Marc

GA: General Aviation
Airline: those planes that fly (usually) at a lost by companies that issue stock.