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/aircraft?date=string' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "ambulance": true, "aoc": { … }, "cabinHeight": 1.8, "cabinLength": 10, "cabinWidth": 2, "cargo": true, "category": "PISTON", "equipment": { … }, "externalHeight": 3, "externalLength": 20, "flightNumberToken": "string", "homebase": "LMML", "id": 0, "keyAccountManager": { … }, "layout": { … }, "links": { … }, "maxFuel": 1000, "maxPayload": 1000, "maxRange": 1000, "minRunway": 1000, "model": "Clipper", "normalCruiseSpeed": 0.8, "numberOfSeats": 3, "subcharter": true, "tailNumber": "SX-HIC", "type": "R44", "typeName": "Robi 44", "typeOfUse": "PRIVATE", "typeRating": "string", "wingSpan": 0 } ]
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/picture/{uuid}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/picture/{uuid}/thumbnail' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
{ "ambulance": true, "aoc": { "id": 33453, "name": "string" }, "cabinHeight": 1.8, "cabinLength": 10, "cabinWidth": 2, "cargo": true, "category": "PISTON", "equipment": { "baggageVolume": 493, "cd_dvd": true, "coffeePot": false, "enclosedLavatory": false, "entertainmentSystem": true, "espresso": true, "golfBags": false, "headsets": true, "iceBin": true, "lavatory": true, "maxWeight": 2170, "microwaveOven": true, "petsAllowed": true, "satPhone": true, "satTV": false, "skiTube": false, "smokingAllowed": false, "standardSuitcases": 18, "tv": true, "v110": true, "v230": false, "warmingOven": true, "wifi": true }, "externalHeight": 3, "externalLength": 20, "flightNumberToken": "string", "homebase": "LMML", "id": 0, "keyAccountManager": { "internalId": 485949, "externalReference": "665321646", "firstName": "Luke", "lastName": "Joe", "gender": "MALE", "birthDate": "1988-03-18", "birthPlace": "Conroe", "acronym": "LJ", "birthCountry": "US", "account": { … }, "address": { … }, "email": "myemail@fl3xx.com", "documentExpiration": "2030-04-03", "documentExternalReference": 69905, "documentNumber": "CC4AA3390294NJ", "documentType": "PASSPORT", "issueCountry": "USA", "issueDate": "2020-04-02", "links": { … }, "logName": "string", "mobile": 1111111111, "nationality": "US", "personnelNumber": 996659598, "phone": 11111111111, "radiationProtectionRegistryId": 1112221112221, "salutation": "Mr", "siflType": "CONTROL", "status": "ACTIVE", "weight": 80.5 }, "layout": { "cabinCrew": 0, "flightCrew": 0, "onboardEngineer": 0 }, "links": { "empty": true }, "maxFuel": 1000, "maxPayload": 1000, "maxRange": 1000, "minRunway": 1000, "model": "Clipper", "normalCruiseSpeed": 0.8, "numberOfSeats": 3, "subcharter": true, "tailNumber": "SX-HIC", "type": "R44", "typeName": "Robi 44", "typeOfUse": "PRIVATE", "typeRating": "string", "wingSpan": 0 }