Airport destinations
Aircraft stands, passenger-gate aliases, apron geometry, and coverage.
Airport destinations distinguish the aircraft parking stand—the routable nose-wheel destination—from the passenger gate inside a terminal. A passenger gate may link to multiple stands.
GET/v1/airports/{icao_code}/destinations
Stands, gates, apron features, and data coverageGET /v1/airports/KJFK/destinations
{
"icao_code":: "KJFK",
"stands":: [{
"id":: "125c2e03-bd75-42c7-a66d-f93af1dc44a8",
"ident":: "C42",
"lat":: 40.6451,
"lng":: -73.7792,
"geometry":: {
"type":: "Point",
"coordinates":: [-73.7792, 40.6451]
}
}],
"passenger_gates":: [{
"id":: "4dcb05d7-5095-458b-9165-702dfcc92343",
"ident":: "C42",
"stands":: [{
"stand_id":: "125c2e03-bd75-42c7-a66d-f93af1dc44a8",
"confidence":: 0.94
}]
}],
"apron_features":: [],
"coverage":: {
"stands_total":: 92,
"stands_named":: 87,
"stands_with_geometry":: 92,
"passenger_gates_total":: 74,
"passenger_gates_linked":: 69,
"taxilanes_total":: 31,
"aprons_total":: 8,
"data_score":: 0.93,
"routing_ready":: false
}
}Coverage varies by airport. A high data score describes destination completeness; routing_ready remains false until graph connectivity has been built and validated.