Technology Travel

Kiwi Tequila API in 2026: Access Status, Legacy Flight Search Docs and Alternatives

Qasim Hussain
Qasim Hussain Author
calendar_today July 19, 2024
schedule 12 min read
Kiwi Tequila API 2026: Current Status, Docs & Alternatives

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

QuestionCurrent 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:

  1. Sign in to your Tequila B2B account.
  2. Open the company or application management area.
  3. Follow the current credential instructions provided in your account.
  4. Confirm the approved endpoints, authentication header, quotas and commercial permissions.
  5. 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 GET flight-search request
  • Origin and destination airport or location codes
  • Departure and return date parameters
  • An API key sent through an apikey request 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.

OptionAccess modelSuitable for
Amadeus for DevelopersDeveloper platform with flight-search and supported booking APIsDevelopers building broader travel-search or booking workflows
DuffelTest mode is available for development; live use requires account activationModern airline offer, order and booking products
Skyscanner Travel APICommercial partner application and case-by-case approvalEstablished metasearch and referral products
Ready-made travel platformPlatform onboarding instead of developing every supplier connection independentlyAgencies 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

Flight api integration

Here’s a simplified step-by-step process:

  1. A reliable flight API integration starts with the business workflow, not the code example.
  2. Define the required workflow: Decide whether your product needs flight search only, metasearch redirects or complete booking and ticketing.
  3. Confirm provider eligibility: Check whether the provider accepts your business type, traffic level, target markets and expected booking volume.
  4. Validate content coverage: Confirm airlines, regions, fare types, baggage information and post-booking capabilities.
  5. Build server-side authentication: Keep API keys and tokens outside the frontend application.
  6. Normalize supplier responses: Convert different fare, segment, passenger and baggage formats into one internal data model.
  7. Revalidate before booking: Availability and prices can change between search and checkout. Confirm the selected offer before collecting payment or creating an order.
  8. Handle operational failures: Add timeouts, request throttling, caching, retries with backoff and safe error logging.
  9. 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.

See how PHPTRAVELS simplifies flight booking integration Explore Demo →

PHPTRAVELS offers a developer-ready travel platform with flight APIs, B2B modules, supplier integrations, dynamic pricing, and automation tools already built in.

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.

View Pricing →

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

Reduce api integration

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

Error handling

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.

FAQ

Is Kiwi Tequila API publicly available in 2026?

New Tequila partnerships are invitation-only. Existing selected partners may continue accessing tools and documentation through their partner accounts.

Is Kiwi Tequila API free?

There is no publicly documented self-service free tier that should be promised to new developers. Approved-partner access and commercial terms must be confirmed with Kiwi.com.

Where can I find current Kiwi Tequila API documentation?

Approved partners should use the documentation available inside their Tequila account. Public tutorials may describe legacy endpoints and should be verified before production use.
Supported operations depend on the approved solution and partner agreement. Do not assume every search integration includes booking, ticketing, cancellation or refund control.

Can a new startup apply for Kiwi Tequila API?

A business may pursue a partnership, but Kiwi says new partnerships are invitation-only rather than open self-service access.

What can developers use instead?

Compare suppliers based on access approval, content coverage, search versus booking capability, ticketing, settlement, post-booking support and target markets not only on whether a “free tier” exists.

Ready to Transform Your Travel Business?

Join thousands of travel agencies worldwide who trust PHPTRAVELS to power their digital transformation.

Recent Blogs

Fresh insights, product updates, and practical travel-tech guidance from our latest articles.