Airports API
The 7x Airports API gives you fast, reliable access to data on airports around the world. Look up an airport by its IATA or ICAO code, search by country, or fetch coordinates and time zone information for travel and logistics applications.
Returns up-to-date airport data in clean JSON. Backed by the same scalable, globally distributed infrastructure as the rest of the 7x catalogue.
Common use cases
- Power flight search and travel booking applications
- Resolve IATA / ICAO codes to airport names and locations
- Calculate distances and routes between airports
- Show airport metadata such as time zones and elevation
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /airports | List airports, optionally filtered by country or region. |
| GET | /airports/{code} | Get a single airport by IATA or ICAO code. |
Try it - full API reference
Explore the OpenAPI specification below. Sign up for a free API key to make live requests.