cURL
curl --request GET \ --url https://business.bfinance.app/external/api/utils/flights/airports/nearby \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "results": [ { "name": "John F. Kennedy International Airport", "city": "New York", "country": "US", "codes": { "iata": "JFK", "icao": "KJFK" }, "distance": { "value": 24.5, "unit": "KM" }, "relevance": 42.317 } ] } }
Finds nearby airports by latitude and longitude.
JWT authentication token
Latitude.
Longitude.
Successfully retrieved nearby airports
"success"
Show child attributes
Was this page helpful?
Contact support