Airport Data
REST api to retrieve information about all Airports in the world. This is v2 of the api. It will provide airport name, city, country , IATA data and many more.
Airport Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Airports By City /airports/city/{city} |
Provide a list of Airports by City name |
| GET |
Airports By Country /airports/country/{country} |
Provides a list of airports by country name. |
| GET |
Airports By Type /airports/type/{type} |
List of airports by type. |
| GET |
Airport By IATA Code /airports/iata/{iata} |
Provide Airport by IATA code. |
| GET |
Airport By ICAO Code /airports/icao/{icao} |
Provide airport details by ICAO code |
| GET |
Airport By Name /airports/{name} |
Provide Airport details by provided Airport name |
| GET |
Airports By City /api/v2/city/{city} |
Provide a list of Airports by City name |
| GET |
Airports By Country /api/v2/country/{country} |
Provides a list of airports by country name. |
| GET |
Airports By Type /api/v2/type/{type} |
List of airports by type. |
| GET |
Airport By IATA Code /api/v2/iata/{iata_code} |
Provide Airport by IATA code. |
| GET |
Airport By ICAO Code /api/v2/icao/{icao_code} |
Provide airport details by ICAO code |
| GET |
Airport By Name /api/v2/name/{name} |
Provide Airport details by provided Airport name |
Airport Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $15 / month | — |
|