FL3XX API (1.0.0)

FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.

Download OpenAPI description
Overview
URL https://www.fl3xx.com
FL3XX Integration Support integrations@fl3xx.com
License MIT
Languages
Servers
Mock server
https://developer.fl3xx.com/_mock/reference/
Sandbox server
https://test.fl3xx.com/

Accounting

Operations related to accounting.

Operations

Accounts

Operations related accounts.

Operations

Airports

Access and manage airport information.

Operations

Aircraft

Operations related to aircraft.

Operations

Booking Itinerary (Legs)

Operations related to flight itinerary legs.

Operations

Crew

Operations related to crew details.

Operations

Empty Legs

Operations related to empty leg flights.

Operations

Get Empty Legs

Request

Fetches a list of empty legs made available by the operator.

curl -i -X GET \
  https://developer.fl3xx.com/_mock/reference/api/external/quote/legs/empty \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
fromstring

Departure airport (IATA ICAO)

Example: "OEDF DMM"
tostring

Arrival airport

Example: "CYVR YVR"
typestring

Aircraft type

Example: "OL-777"
tailnumberstring

Aircraft tail number

Example: "OL-777"
dateinteger(int64)

Departure date (unix time)

Example: 1750997940000
datearrinteger(int64)

Arrival date (unix time)

Example: 1750999260000
seatsinteger(int32)

Number of seats

Example: 5
priceinteger(int64)

Price

Example: 250.56
operatorinteger(int32)

Operator ID

Example: 14
idinteger(int32)

Let ID

Example: 245587
currencystring

Currency

Example: "EUR"
bookinginteger(int32)

Booking ID

Example: 94470
account_namestring

Account Name

Example: "My account"
account_numberstring

Account Number

Example: "2310"
accountidinteger(int64)

Account ID

Example: 25016
bookingidentifierstring

Booking Identifier

Example: "IYBUJ"
aircraftidinteger(int32)

FL3XX Aircraft ID

Example: 2333
]
Response
application/json
[ { "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 } ]

Flights

Operations related to flights.

Operations

Flight Animals

Operations related flight animals.

Operations

Flight Cargo

Operations related to flight cargo.

Operations

Flight Crew

Operations related to crew for individual flights.

Operations

Flight Fixed Base Operator (FBO)

Operations related to FBO.

Operations

Flight Fuels

Operations related to fuel for flights.

Operations

Flight Ground Services

Operations related to ground services.

Operations

Flight Luggage

Operations related to luggage for flights.

Operations

Flight Migration

Operations related to migrations.

Operations

Flight Notifications

Operations related to notifications for flights.

Operations

Flight Passengers

Operations related to passenger for flights.

Operations

Flight PAX Details

Operations related to PAX details.

Operations

Flight Planning Notes

Operations related to planning notes for flights.

Operations

Flight Post Flight

Operations related to post-flight activities.

Operations

Flight Pre Flight

Operations related to pre-flight operations.

Operations

Flight Sanction List

Operations related to flight sanctions and approvals.

Operations

Flight Travel Authorization

Operations related to travel authorization.

Operations

Flight Tickets

Operations related to flight tickets.

Operations

Quotes

Operations related to flight quotes.

Operations

Roster

Operations related to Rosters.

Operations

Users

Operations related to Users.

Operations