Kiwi Tequila API Access in 2026
Kiwi.com does not currently offer Tequila as an open self-service API for new developers. Existing selected partners can continue using the Tequila B2B portal, while new partnerships are invitation-only.
This guide explains the current Kiwi Tequila API access status, where approved partners can find official documentation, how developers should treat legacy flight-search examples, and which alternatives are available for new travel platforms.
This guide explains the current access model, the legacy flight-search workflow, important implementation safeguards and practical alternatives for travel businesses that cannot obtain Kiwi approval.
Kiwi Tequila API 2026 Status at a Glance
| Question | Current answer |
|---|---|
| Can new developers register through self-service signup? | No public self-service onboarding is currently offered. New partnerships are invitation-only. |
| Can I obtain a Kiwi Tequila API key? | Existing or approved partners should manage credentials through their Tequila partner account. |
| Where is the official API documentation? | Current documentation and guides are available inside approved Tequila partner accounts. |
| Is there a public free tier? | A public self-service free tier should not be promised to new developers. Terms depend on the approved partnership. |
| Are public endpoint examples current? | Treat public examples as legacy references until verified in the partner portal. |
| What should a new developer use instead? | Compare a currently accessible flight API or use a ready-made travel booking platform. |
What is a Flights API?
A Flights API is a digital bridge that connects your travel website or app to real-time flight data. It lets you search flights, fetch prices, book tickets, and keep customers informed with real time flight status visibility all without manually updating anything.
APIs like Skyscanner, Kiwi’s Tequila API, or Amadeus give developers direct access to global airline inventory and booking capabilities, especially when they need a central reservation workflow for Amadeus inside a scalable travel platform.
In short: A flights API allows seamless communication between your platform and airline systems, automating everything from flight search to ticket booking.
This technology is essential for modern travel portals, OTA platforms, metasearch engines, and B2B/B2C travel apps, especially when teams also need multi source airfare management across different supplier models.
It’s also part of broader tourism technology trends reshaping how travel works in 2026.
What Is the Kiwi Tequila API?
Tequila is Kiwi.com’s B2B partner platform. Historically, it provided APIs and business tools for flight search, routing and partner-dependent booking workflows.
In 2026, access is limited to selected partners. Available endpoints, authentication methods, quotas, booking capabilities and commercial conditions depend on the approved partner agreement and the current documentation inside the Tequila portal.
How to Get a Kiwi Tequila API Key in 2026
Kiwi.com does not currently provide an open self-service registration process that new developers should expect to use.
If your company is already an approved Tequila partner:
- Sign in to your Tequila B2B account.
- Open the company or application management area.
- Follow the current credential instructions provided in your account.
- Confirm the approved endpoints, authentication header, quotas and commercial permissions.
- Store credentials in a secure server-side environment.
If you are not an approved partner, do not rely on older tutorials that promise instant registration, a free API key or unchanged public endpoints. New Tequila partnerships are invitation-only.
Is Kiwi Tequila API free?
Kiwi.com does not currently present Tequila as an open public API with a standard self-service free tier for new developers. New partnerships are invitation-only, while access terms for approved and existing partners depend on their commercial agreement with Kiwi.com.
Do not assume that old Tequila API keys, public tutorials or historical pricing terms apply to a new integration. Confirm access, quotas, attribution rules and commercial conditions directly through your approved partner account.
How to search flights using Tequila API?
Authenticate using your API key, send a request to the flight search endpoint with origin, destination, and date parameters, then parse the response to display results.
Legacy Kiwi Tequila Flight Search Documentation
The following information describes the historical Kiwi Tequila flight-search request pattern. It is not a replacement for current official documentation.
Approved partners should copy the current base URL, endpoint, authentication method, parameters, date formats and quotas directly from their Tequila account.
Legacy Flight Search Pattern
Historical integrations commonly used:
- A
GETflight-search request - Origin and destination airport or location codes
- Departure and return date parameters
- An API key sent through an
apikeyrequest header - Currency and result-limit parameters
Legacy Request Example
# Legacy reference only — verify inside an approved Tequila account
curl --request GET \
--url "https://tequila-api.kiwi.com/v2/search?fly_from=JFK&fly_to=LHR&date_from=01/08/2026&date_to=01/08/2026&curr=USD&limit=5" \
--header "apikey: YOUR_API_KEY"
Historical references commonly used the tequila-api.kiwi.com hostname. Your current page displays api.tequila.kiwi.com, so it should not remain labelled as a verified current endpoint. Current approved partners must follow the endpoint shown in their own portal documentation.
Security notice
Never expose an API key in browser-side JavaScript, a public repository, a screenshot or mobile application source code. Send requests through a secured backend and load credentials through environment variables or a secrets manager.
Benefits of Integrating a Flights API
Flights APIs are more than just a backend tool they’re your business accelerator. Here’s why:
- Live Availability & Pricing: Show up-to-date flight options, including real-time fares and seat info.
- Better User Experience: Help customers find the right flight without delays or refreshes.
- Lower Operational Costs: Automate booking, ticketing, cancellations, and post-sale services.
- Revenue Growth: Offer multi-airline comparisons, upsells, and ancillaries like baggage or seat upgrades.
- Scalability: Easily scale with your traffic whether you serve 10 or 10,000 bookings/day.
According to Statista, global revenue from online travel bookings surpassed $400 billion in 2023. To grab your share, API integration is no longer optional it’s the foundation.
Kiwi Tequila API Alternatives for New Developers
Businesses without approved Tequila access should compare providers according to their actual operating model.
While flights APIs handle airline inventory, many agencies complement them with hotel-focused programs such as
Expedia TAAP API integration to offer bundled flight and hotel bookings through a single travel platform.
| Option | Access model | Suitable for |
|---|---|---|
| Amadeus for Developers | Developer platform with flight-search and supported booking APIs | Developers building broader travel-search or booking workflows |
| Duffel | Test mode is available for development; live use requires account activation | Modern airline offer, order and booking products |
| Skyscanner Travel API | Commercial partner application and case-by-case approval | Established metasearch and referral products |
| Ready-made travel platform | Platform onboarding instead of developing every supplier connection independently | Agencies and OTAs that want a faster launch |
Amadeus publicly provides flight-search and flight-booking APIs through its developer platform. Duffel offers a test environment for developing flight-search and order workflows. Skyscanner’s API is intended for commercial partners and applies eligibility criteria.
Need a Faster Flight Booking Setup?
PHPTRAVELS helps travel agencies and OTAs launch flight-booking websites using ready-made booking workflows, supplier integrations, payment modules and B2B features.
Explore the Flight Demo | View Pricing
How to Integrate a Flight Booking API

Here’s a simplified step-by-step process:
- A reliable flight API integration starts with the business workflow, not the code example.
- Define the required workflow: Decide whether your product needs flight search only, metasearch redirects or complete booking and ticketing.
- Confirm provider eligibility: Check whether the provider accepts your business type, traffic level, target markets and expected booking volume.
- Validate content coverage: Confirm airlines, regions, fare types, baggage information and post-booking capabilities.
- Build server-side authentication: Keep API keys and tokens outside the frontend application.
- Normalize supplier responses: Convert different fare, segment, passenger and baggage formats into one internal data model.
- Revalidate before booking: Availability and prices can change between search and checkout. Confirm the selected offer before collecting payment or creating an order.
- Handle operational failures: Add timeouts, request throttling, caching, retries with backoff and safe error logging.
- Test post-booking workflows: Include cancellations, refunds, schedule changes and supplier outages in the test plan.
Building and maintaining a flight booking system from scratch can take significant development time, especially when handling supplier APIs, caching, pricing logic, GDS connectivity, and booking automation. For businesses that want faster deployment, platforms like PHPTRAVELS already provide these features in a ready-to-launch environment.
PHPTRAVELS offers a developer-ready travel platform with flight APIs, B2B modules, supplier integrations, dynamic pricing, and automation tools already built in.
View Pricing →Looking for a faster flight booking setup?
PHPTRAVELS offers ready-to-launch travel solutions with flight APIs, supplier integrations, B2B modules, dynamic pricing, and automation tools already built in.
Suitable for OTAs, startups, travel agencies, and businesses looking to launch faster without building everything from scratch.
PHPTRAVELS' developer-ready platforms offer built-in flight APIs with dynamic pricing, GDS integration, and domain mapping.
How to Reduce API Integration Time

Want to launch your app fast? Here’s how to cut your API setup time in half:
- Use SDKs and Postman collections for testing
- Pick plug-and-play APIs with strong documentation
- Avoid writing full backend logic use ready-made middleware
- Integrate with a white-label booking engine like PHPTRAVELS to skip development altogether
Need to launch faster?
PHPTRAVELS helps travel businesses reduce flight API integration time from months to days using ready-made booking engines, supplier integrations, payment modules, and OTA workflows.
With this strategy, MVPs can go live within 2–3 days.
Error Handling Essentials

Even the best APIs fail sometimes. Handle common errors like:
- 400: Invalid parameters (e.g., wrong IATA code)
- 401: Unauthorized – check your API key
- 429: Too many requests – implement backoff strategy
- 500: Server-side error – retry after a delay
Log operational metadata rather than unrestricted payloads. Useful fields include request ID, supplier, endpoint name, status code, response time, retry count and a sanitized error message.
Redact API keys, access tokens, passenger details, payment data and other sensitive fields before logs are stored. Apply retention limits and restrict production-log access.
Maintenance & Monitoring
Flight APIs evolve constantly. Stay ahead with these tips:
- Subscribe to API changelogs (e.g., via RSS or email)
- Set up alerts for rate-limit thresholds
- Automate performance tracking using tools like New Relic or Datadog
- Review documentation monthly to avoid deprecated calls
Need a partner that handles updates for you? PHPTRAVELS ensures ongoing API maintenance with 24/7 support.