Airport & Location Intelligence
## High-precision aviation and spatial APIs for AI agents and developers to compute distances, hubs, and flight times. ## Overview Connect physical addresses, global hubs, and flight estimates with an API suite engineered for fast, reliable spatial intelligence. Designed natively for both human developers (DX) and AI agents (AX), Airport & Location Intelligence bridges the gap between raw…
Airport & Location Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Airport To Nearest Airport /api/v1/nearest-airport-from-another-airport |
# Airport to Nearest Airport Returns the distance in kilometers of the closest airport from a given airport code, along with name and IATA code, using Haversine function.… |
| GET |
Postal Code To Nearest Airport /api/v1/nearest-airport |
# Postal Code to Nearest Airport Returns the distance in kilometers bewteen a postal code and the nearlest airport to it, using Haversine function. This is an advanced algorithm… |
| GET |
Distance Between Two Airports /api/v1/distance-between-airports |
# Distance between Two Airports Returns the distance between two IATA airport codes in kilometers, using Haversine function. operationId: find_distance_between_two_airports ##… |
| GET |
Airports Keyword Search /api/v1/airports-by-keyword |
# Airports Keywords Search Returns the lists of airport names and Airport IATA code which matches the keyword. The algorithm searches through airport names, IATA code, names of… |
| GET |
Estimated Flight Time Between Airports /api/v1/estimated-flight-time |
# Estimated Flight Times between Airports Returns the estimated travel time through flight between two airports. operationId: estimate_flight_time_between_airports ## Request… |
Airport & Location Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $30 / month | — |
|