The Calendar Fare of the Day API allows you to retrieve flight fare information for a specific date and route, helping you get the best available fares from selected airlines.
API Endpoint
POST/flight/day_calendar_fare
Request Format
Parameters
Parameter
Type
Required
Description
client_referenceId
string
Yes
Unique reference ID for tracking the request
origin
string
Yes
IATA airport code for departure city (e.g., "DEL")
destination
string
Yes
IATA airport code for arrival city (e.g., "BOM")
cabin_class
string
Yes
Travel class preference ("economy", "business", "first")
departure_date
string
Yes
Departure date in YYYY-MM-DD format
departure_period
string
No
Time preference ("morning", "afternoon", "evening", "night")
source
array
No
Array of airline codes to filter results (e.g., ["6E", "AI"])