Start building your travel application instantly
Introducing the simplest flight
booking API ever
# Try it yourself! Search a flight from London to New York.
curl -X POST \ -H 'Content-Type: application/json' \ -d '{ "flights": [{ "from": "LHR", "to" : "JFK", "departure": "2016-01-01" }], "passengers": [{ "category": "ADT" }] }' \ https://sandbox.yepjet.com/v1/search
# Now, select a flight and create an order.
curl -X POST \ -H 'Content-Type: application/json' \ -d '{ "flights": [{ "id": "c0ac3216-d3ce-42dc-906d-dd2029da6fa8" }] }' \ https://sandbox.yepjet.com/v1/orders
# Complete the booking process and enjoy your flight.
curl -X POST \ -H 'Content-Type: application/json' \ -d '{ "order_id": "fb59f76b-cc64-4a52-b91e-6029298ee10f", "travelers": [{ "id": "11efaf6f-ae0a-478e-bd64-6c974d5a3f14" }], "payment_token": "0e7fbee2-51be-4b58-a797-f4fcd0a14621" }' \ https://sandbox.yepjet.com/v1/bookings
YepJet allows developers to search and manage flights, without dealing with the complexity of the airline industry.
No upfront or setup fees. Just pay for what you use.
Easy, just like it should be.
No need to be a registered travel agent to issue tickets.
Less bureaucracy, more freedom to focus on code.
Take advantage of YepJet's connections in the travel industry to boost your business. Continuous support, every step of the way.
YepJet is built on standards which support complex scenarios. Tailor trips based on customer preferences, by including meals, internet access and much more.