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