Makemytrip: Get Fare Calendar
Makemytrip via Parse · travel
Get cheapest flight fares across multiple dates for a route. Returns fares sorted by price (cheapest first) with airline information. Covers approximately 20-30 dates spanning several months from the reference date. This API is served by MakeMyTrip Global (UAE region); not all currencies are supported upstream. Search for airports and find the cheapest flight fares between any two cities across multiple dates using MakeMyTrip's fare calendar. Fulfilled by Parse from makemytrip.com.
- finance
- makemytrip
- makemytrip-com
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3733f7b7-76b9-4577-a772-d42e21cee06c/get_fare_calendar
- Interface artifact
- sha256:e254f11b5cfeff9faabe025fc34764cd9e0e96febce55f27b11e5cc623c4d5bb
- Manifest digest
- sha256:ebc783f84f52a5024f4d8d38b017f6a2f51849e21abbf6a8d2e0e1ba6afa6c24
Request fields
- date (string): Reference date in YYYY-MM-DD format. Fares are shown for dates around this date. Defaults to tomorrow if omitted.
- origin (string, required): Origin airport IATA code (e.g., 'DEL', 'BOM', 'BLR'): Allowed values: DEL, BOM, BLR, CCU, HYD
- currency (string): Currency for fare prices. Confirmed working values: 'USD', 'AED'. Some currencies (e.g., 'INR') may return an upstream error for certain routes.: Allowed values: USD, AED
- destination (string, required): Destination airport IATA code (e.g., 'BOM', 'DEL', 'CCU'): Allowed values: BOM, DEL, BLR, CCU, HYD
Example queries
- {"date":"2026-06-25","origin":"DEL","currency":"USD","destination":"BOM"}