Jets & Partners
Booking Engine API
Powerful flight booking API for private aviation. Search flights, manage bookings, and access real-time availability with our FlyEasy-compatible API.
# Search for flights
curl -X POST https://booking.api.jets.partners/v1/flights/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"legs": [{
"origin": { "icao": "KJFK" },
"destination": { "icao": "KLAX" },
"departure": "2024-06-15T10:00:00Z",
"passengers": 4
}],
"category": "midsize_jet"
}' API Features
Flight Search
Search available flights with flexible filtering by aircraft type, route, and date.
Real-time Availability
Check aircraft availability in real-time with accurate pricing and scheduling.
Instant Pricing
Get detailed pricing breakdowns including taxes, fees, and fuel surcharges.
Booking Management
Create, update, and manage bookings through comprehensive CRUD operations.
Secure Authentication
API key authentication with per-key rate limiting and access controls.
Usage Analytics
Track your API usage with detailed analytics and reporting.
Quick Start
Get Your API Key
Contact us at hello@jets.partners to request API access and receive your unique API key.
Authenticate Requests
Include your API key in the Authorization header:
Authorization: Bearer jtp_your_api_key Make Your First Request
Start with a flight search to explore available options.
Base URL
https://booking.api.jets.partners/v1