Hello.
I want get the take offs flights data by airports only of USA country. How filter it?
I found a way:
- request AllAirports = 30300 airports.
- Then for each make AirportInfo requests = 30300 * $0.0020 = $ 60 cost.
- This does not have countries codes, only city states codes. So I need make myself list of USA codes, then filter airports.
- Then make some other requests for each airports…
Is there a simpler and cheaper way?