Returns a filtered list of airports. You can search by name, city, country, or IATA code.
API key for authentication. Add your API key to the Authorization header with this format: 'Bearer your_api_key_here'
General search term to filter airports by name, city, country, etc.
2Filter airports by IATA code (e.g., JFK, LHR)
^[A-Z]{3}$Filter airports by country code (ISO 3166-1 alpha-2)
^[A-Z]{2}$Maximum number of results to return per page (1-100)
1 <= x <= 100Number of results to skip for pagination
x >= 0