Search airports

Overview

Search for airports by name, city, or IATA code using a text query. Returns matching airports for use in autocomplete and search inputs.

When to Use

  • Airport autocomplete - Power origin/destination search inputs with type-ahead suggestions
  • Airport discovery - Find airports in a city or region by name
  • Search validation - Look up airports before constructing a flight search request

What You Get

  • Matching airports ranked by relevance to the query
  • IATA codes for legs[].origin and legs[].destination on POST /flights/rates
  • City and country details for display purposes
  • Geographic coordinates for map-based interfaces

Quick Start

Provide a q query string (minimum 2 characters) to search by airport name, city, or code. Returns matching airports ordered by relevance.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Search query (minimum 2 characters, e.g., 'JFK' or 'New York')

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json