FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
curl -i -X GET \
https://developer.fl3xx.com/_mock/reference/api/external/quote/legs/empty \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "from": "OEDF DMM", "to": "CYVR YVR", "type": "OL-777", "tailnumber": "OL-777", "date": 1750997940000, "datearr": 1750999260000, "seats": 5, "price": 250.56, "operator": 14, "id": 245587, "currency": "EUR", "booking": 94470, "account_name": "My account", "account_number": "2310", "accountid": 25016, "bookingidentifier": "IYBUJ", "aircraftid": 2333 } ]