About the number of queries per month

hello everyone,

Because my Java program of queries the aircraft date need to be running, I wanna to control the number of queries.

How to limit the number of queries per month in FlightXML??

In other words, What are the way to limit the number of queries in FlightXML??

thanks!!

FlightAware does not restrict the number of queries made, since most users would prefer just pay rather than have their data access cut off and their application fail. If you need to do usage limits, then you will need to keep track of the occurrences within your app.

Keep in mind that functions that accept a “howMany” argument and returning more than 15 rows will count as more than one query.