Projects / Cheap Flight Finder
Cheap Flight Finder (Amadeus Test API)
Search flight offers by origin, destination, and date. We’ll pick the cheapest option and list its segments with times.
API: Amadeus (test)
Tech: Python, Django, requests
Fill the form above and click Search Cheapest to see results.
How the finder works
Plain-English workflow:
- 🔎 You provide origin, destination, date, and currency.
- 🔐 App requests a test access token from Amadeus.
- 🧾 It queries flight offers and parses itineraries → segments including times.
- 💰 The app picks the lowest total price and shows carrier, route, and departure/arrival times.
Limitations (test mode):
- 🧪 Uses Amadeus test environment (sandbox-like data).
- ⏳ Rate limits, missing routes, or partial dictionaries may occur.
- 🌍 Airport codes must be IATA (e.g., WAW, BCN).
Heads-up: Educational demo only — not booking or live pricing. Always verify offers on real providers before making travel decisions.
Notes: Requires
AMADEUS_CLIENT_ID and AMADEUS_CLIENT_SECRET. If you get “No offers found”, try another date/route or check your API plan.