# Get Empty Legs Fetches a list of empty legs made available by the operator. Endpoint: GET /api/external/quote/legs/empty Version: 1.5.0 Security: API_AUTHENTICATION ## Response 200 fields (application/json): - `from` (string) Departure airport (IATA ICAO) Example: "OEDF DMM" - `to` (string) Arrival airport Example: "CYVR YVR" - `type` (string) Aircraft type Example: "OL-777" - `tailnumber` (string) Aircraft tail number Example: "OL-777" - `date` (integer) Departure date (unix time) Example: 1750997940000 - `datearr` (integer) Arrival date (unix time) Example: 1750999260000 - `seats` (integer) Number of seats Example: 5 - `price` (integer) Price Example: 250.56 - `operator` (integer) Operator ID Example: 14 - `id` (integer) Let ID Example: 245587 - `currency` (string) Currency Example: "EUR" - `booking` (integer) Booking ID Example: 94470 - `account_name` (string) Account Name Example: "My account" - `account_number` (string) Account Number Example: "2310" - `accountid` (integer) Account ID Example: 25016 - `bookingidentifier` (string) Booking Identifier Example: "IYBUJ" - `aircraftid` (integer) FL3XX Aircraft ID Example: 2333