← Back to all apps
i

ixigo

Travelby Le Travenues Technology Ltd
Launched Mar 31, 2026 on ChatGPT

ixigo और ChatGPT के साथ अब अपनी ट्रिप्स प्लान करना हुआ और भी आसान। यहाँ आपको फ्लाइट्स, होटल्स और किराये की सही जानकारी के साथ-साथ ट्रेवल से जुड़े हर अपडेट्स मिलेंगे।

देश या विदेश की फ्लाइट्स खोजें और उनके रेट्स की तुलना करें। आप वन-वे या आने-जाने (round-trip) दोनों तरह की टिकटें लाइव रेट और अपनी पसंद के फिल्टर के साथ बुक कर सकते हैं। होटल ढूंढना भी अब बहुत आसान है - बस लिखकर बताइये कि आपको किसी खास जगह के पास होटल चाहिए या फिर फ्री ब्रेकफास्ट और वाई-फाई जैसी सुविधाओं के साथ।

अपनी फ्लाइट को लाइव ट्रैक करें और किराये के उतार-चढ़ाव पर नज़र रखें ताकि आपको सबसे सस्ती डील मिल सके। यही नहीं, अपनी यात्रा को पूरा करने के लिए आप आसानी से ixigo के ज़रिए कैब भी बुक कर सकते हैं।

यह app आपकी पसंद को समझता है और ज़रूरत पड़ने पर आपसे ज़रूरी सवाल भी पूछता है, जिससे आपकी प्लानिंग तेज़ और बेहतर हो जाती है।

7ChatGPT Tools
Le Travenues Technology LtdDeveloper
TravelCategory

Available Tools

Combine Roundtrip Fare

combine_roundtrip_fare
Full Description

Compute the final roundtrip fare for a chosen outbound + return flight pair. Called from the flight results widget when both legs are selected; returns displayFare, combined fareToken, and booking URL.

Parameters (8 required)
Required
onwardArrivalEpochMsnumber

Epoch ms for outbound final arrival (ixigo onwardArrivalTime)

onwardFareTokenstring

Per-leg fareToken from outbound option booking

onwardFlightKeysstring

Outbound flightKeys / id from search results

providerIdstring

Provider ID from either leg’s booking data

returnDepartureEpochMsnumber

Epoch ms for return first departure (ixigo returnDepartureTime)

returnFareTokenstring

Per-leg fareToken from return option booking

returnFlightKeysstring

Return flightKeys / id from search results

searchTokenstring

searchToken from flight search (ixigo)

Get Flight Details

get_flight_details
Full Description

Get detailed flight information including fare breakdown, baggage allowance, cancellation policy, and aircraft info. Called from the flight results widget when a user expands a flight card.

Parameters (4 required)
Required
fareKeystring

Fare key identifying the flight

fareTokenstring

Fare token for the specific flight

providerIdstring

Provider ID for the fare

searchTokenstring

Search token from flight search results

Search Airport Cabs

search_airport_cabs
Full Description

Use this tool when the user asks about airport cabs, airport transfers, cabs to/from the airport, or taxi bookings. Returns a prompt asking the user if they want to book airport cabs with a direct booking link to ixigo cabs.

Parameters (0 required, 1 optional)
Optional
querystring

The user's cab-related query or destination/airport name

Search Flights

search_flights
Full Description

Search real-time flights (IATA codes). For ROUND TRIPS set tripType to round_trip and pass returnDate YYYY-MM-DD (e.g. user says "return Sunday" → compute that calendar date). Omitting returnDate yields one-way results only. Use BOM for Mumbai.

Parameters (4 required, 4 optional)
Required
departureDatestring

Outbound date YYYY-MM-DD

destinationstring

Destination IATA (BOM for Mumbai, not NMI)

originstring

Origin airport IATA code

passengersobject

Passenger counts

Optional
cabinClassstring
Options:economypremium_economybusinessfirst
Default: economy
filtersobject

Optional UI filters from natural language

returnDatestring

Return YYYY-MM-DD — required with tripType round_trip

tripTypestring

round_trip requires returnDate (ISO).

Options:one_wayround_trip
Default: one_way

Search Hotels

search_hotels
Full Description

Search for real-time hotel availability in a city for given dates. Always use this tool when the user asks about hotels, accommodation, or places to stay. Returns live hotel options with prices, ratings, and amenities rendered in a rich interactive widget.

Parameters (4 required, 4 optional)
Required
checkInstring

Check-in date in YYYY-MM-DD format

checkOutstring

Check-out date in YYYY-MM-DD format

citystring

City name to search hotels in, e.g. 'New Delhi', 'Mumbai'

guestsobject

Room and guest counts

Optional
lastViewedHotelIDsarray

Hotel IDs already returned in prior pages

Default: []
pageNumberinteger

Hotel results page number (1-based)

Default: 1
pageSizeinteger

Hotel results page size

Default: 10
receivedResultsinteger

Total results returned in previous pages

Default: 0

Shorten Ixigo Url

shorten_ixigo_url
Full Description

Shortens an ixigo URL to a universal deep link via f.ixigo.com.

Parameters (2 required, 2 optional)
Required
redirectUrlstring
typestring
Options:flight_searchflight_detailhotel_searchhotel_detail
Optional
fareKeystring
hotelAppParamsobject

Track Flight

track_flight
Full Description

Track a flight's live status including departure/arrival times, terminal, gate, delays, weather at destination, and aircraft info. Use when a user asks to track a flight, check flight status, or monitor a flight. The user typically provides an airline and flight number (e.g. 'Track IndiGo 6447 tomorrow').

Parameters (3 required)
Required
airlineCodestring

2-letter IATA airline code (e.g. '6E' for IndiGo, 'AI' for Air India)

departDatestring

Departure date in YYYY-MM-DD format

flightNostring

Flight number without airline prefix (e.g. '6447')