Search Available Flights

GET http://developer.goibibo.com/api/search/?app_id={{goibibio_app_id}}&app_key={{goibibio_app_key}}&source={{src}}&destination={{dest}}&dateofdeparture={{flight_dep_date}}&seatingclass=E&adults=1&children=0&infants=0&counter=100

It uses the goibibo's flight listing API to look for the available flights between given dates([from_date, to_date]). The list of flights are stored in a environment variable.

Request Params

KeyDatatypeRequiredDescription
app_idstring
app_keystring
sourcestring
destinationstring
dateofdeparturestring
seatingclassstring
adultsnumber
childrennumber
infantsnumber
counternumber