FX-Port API Is Now Live for Integration — Start With Flights

FX-Port’s API is officially open for integration. If you’re a travel agency, OTA, or developer building on top of travel inventory, you can now plug directly into FX-Port and start selling flights through your own product — no sales calls, no signed agreements, no deposit.

Full documentation, code samples, and a self-serve dashboard are live now at docs.fx-port.com.

What you get with one integration

FX-Port gives you a single, unified API for the entire flight booking lifecycle — not just search:

  • Search for flights and get the best available fares
  • Flexible date search to compare prices across a date range
  • Price an offer to confirm the current fare before booking
  • Book instantly, or hold a reservation and pay later
  • Cancel a held reservation to release it cleanly
  • Retrieve bookings and download ticket PDFs

One API surface, one authentication model, one response format — regardless of where the fare is actually sourced from behind the scenes. You don’t manage multiple integrations or reconcile different data formats; you make one call and get back the best price available.

And it keeps getting better without any work on your end: FX-Port is continuously expanding its supplier network and adding more coverage. Your integration benefits automatically — no code changes required. We’re also committed to never breaking your existing integration; any major change ships under a new API version, so what you build today keeps working.

Get started in three calls

curl --request POST \
  --url https://api.fx-port.com/api/v1/get_flights \
  --header 'Authorization: Bearer fxp_live_YOUR_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "origin": "ALG",
    "destination": "CDG",
    "departure_date": "2026-09-15",
    "cabin_class": "economy",
    "passengers": { "adults": 1 }
  }'

That’s search. Price the offer to confirm the fare, then book — tickets are issued immediately. Three calls, and you’re selling flights.

Sign up, grab a free sandbox key from your dashboard, and start building today. Switch to a live key against a funded balance whenever you’re ready to issue real tickets — same base URL, no separate environment to configure.

Pricing you can explain to a traveler

Every offer comes back with a clean breakdown: the base fare, taxes and fees, your own commission, and the final price the traveler pays. You always know exactly what gets debited from your agency balance and exactly what you’re marking up — no guesswork, no hidden math.

Built for developers

  • No approval queue. Create an account, generate a key, and your first call works immediately.
  • Free, unlimited sandbox to build and test before you go live.
  • Machine-readable docs (/llms.txt and /llms-full.txt) so AI coding assistants can integrate with accurate, up-to-date context.

What’s next

Flights are live and fully documented today. Hotels and eSIMs are already live on the API too, with dedicated documentation landing shortly. More products and more coverage are on the way — and every addition lands in your integration automatically.

Start building

Related post