Flight prices &
booking links API
Build flight search, price trackers, and AI travel tools with a simple self-serve API.
- 1,000 free requests
- Only successful requests billed
- No rate limit
Built for
Designed around the product you're building.
Flight search apps
Search fares, filter results, and fetch booking links for any route.
Read the guide →Price trackers & alerts
Poll routes on a schedule, compare fares over time, and notify users on drops.
Read the guide →AI travel tools
Look up airports, search live fares, and generate booking links from AI workflows.
Read the guide →Get started
Sign up, search fares, and fetch booking links — in minutes.
Simple requests. Structured JSON.
Every itinerary includes an ignav_id you can use to fetch booking links.
curl -X POST "https://ignav.com/api/fares/one-way" \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"origin":"SFO","destination":"JFK","departure_date":"2026-05-03"}'Response
{
"origin": "SFO",
"destination": "JFK",
"departure_date": "2026-05-03",
"itineraries": [
{
"price": {
"amount": 299,
"currency": "USD"
},
"outbound": {
"carrier": "American Airlines",
"duration_minutes": 330,
"segments": [
{
"marketing_carrier_code": "AA",
"flight_number": "100",
"operating_carrier_name": "American Airlines",
"departure_airport": "SFO",
"departure_time_local": "2026-05-03T08:00:00",
"departure_timezone": "America/Los_Angeles",
"departure_time_utc": "2026-05-03T15:00:00Z",
"arrival_airport": "JFK",
"arrival_time_local": "2026-05-03T16:30:00",
"arrival_timezone": "America/New_York",
"arrival_time_utc": "2026-05-03T20:30:00Z",
"duration_minutes": 330,
"aircraft": "Boeing 777"
}
]
},
"cabin_class": "economy",
"ignav_id": "5e4fcd2f1dc340649eb19f6ee2afb57a"
}
]
}Billed only on successful requests
No rate limits
Localized pricing across 80+ markets
Commercial use supported
Start building with live flight data
Search fares, filter results, and fetch booking links — all from one API.
1,000 free requests. No credit card required.