SharpAPI Airports & Flight Length
Currently, our API can provide access to almost 30 thousand airports. Airports can be browsed with a set of filters like IATA codes, ICAO codes, LID codes, city name, airport name A special Flight Length endpoint can help with calculations of the total journey duration based on departure and arrival parameters (airport code, date and time).
SharpAPI Airports & Flight Length endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
Airports List /api/v1/airports |
A paginated list of almost 30,000 airports. All filtering parameters are optional. |
| GET |
Flight Duration /api/v1/airports/flight_duration/{departureCodeType}/{departureCode}/{departureDate}/{departureTime}/{arrivalCodeType}/{arrivalCode}/{arrivalDate}/{arrivalTime} |
- A special [Flight Length](https://www.postman.com/sharpapi/workspace/sharpapi-com/request/31106842-cac97129-ea54-432f-ae8c-8877e5365cf0?action=share&source=copy-link&creator=311… |
| GET |
Airport Details (by UUID) /api/v1/airports/{uuid} |
Single airport details - search by internal UUID. |
| GET |
Airport Details (by IATA) /api/v1/airports/iata/{iata} |
Single airport details - search by IATA code. |
| GET |
Airport Details (by ICAO) /api/v1/airports/icao/{icao} |
Single airport details - search by ICAO code. |
| GET |
Airport Details (by LID) /api/v1/airports/lid/{lid} |
Single airport details - search by LID code. |
SharpAPI Airports & Flight Length pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA Recommended | $200 / month | 5 / second |
|
| MEGA | $500 / month | — |
|