Search Available Flights
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
Key | Datatype | Required | Description |
---|---|---|---|
app_id | string | ||
app_key | string | ||
source | string | ||
destination | string | ||
dateofdeparture | string | ||
seatingclass | string | ||
adults | number | ||
children | number | ||
infants | number | ||
counter | number |