Ignav
Flight prices & booking links API
What it does
Ignav is a self-serve API for flight prices and booking links. Search one-way or round-trip fares, filter by price, airline, bags, stops, and time, then use the returned ignav_id to fetch direct airline and OTA booking URLs. It’s built for flight search apps, price trackers, and AI travel tools, with 1,000 free requests and simple usage-based pricing.
A self-serve API for flight prices and booking links. Build flight search apps, price trackers, and AI travel tools.
Build flight search, price trackers, and AI travel tools with a simple self-serve API. Every answer is a couple of calls — live fares, then a link straight to the airline. 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-10-07"}' Response Read the docs → { "origin" : "SFO" , "destination" : "JFK" , "departure_date" : "2026-10-07" , "itineraries" : [ { "price" : { "amount" : 299 , "currency" : "USD" , "status" : "verified" } , "outbound" : { "carrier" : "American Airlines" ,…from ignav.com
Does a similar job
all alternatives →

Travel Hacking Toolkit – Points search and trip planning with AIApr 2026 · github.com · ▲95I use points and miles for most of my travel. Every booking comes down to the same decision: use points or pay cash? To answer that, you need award availability across multiple programs, cash prices, your current balances, transfer partner ratios, and the math to compare them. I got tired of doing it manually across a dozen tabs. This toolkit teaches Claude Code and OpenCode how to do it. 7 skills (markdown files with API docs and curl examples) and 6 MCP servers (real-time tools the AI calls directly). It searches award flights across 25+ mileage programs (Seats.aero), compares cash prices…

- IBI built a site that tracks short-lived flight deals2024 · flight-price-alert.com · ▲13
So, this summer I was hunting for a flight from Calgary to Tokyo with WestJet, and I kept seeing these random cheaper flights popping up. I got tired of refreshing the site non-stop, so I whipped up a script to scrape the flight data. It paid off—I scored a roundtrip for $1000 CAD in July! Naturally, I decided to turn this into a full-fledged project and built flight-price-alert.com! Tech details: Built with Go for the backend and SQLite for the database. Added some TLS spoofing to get around Cloudflare’s JA3 fingerprinting that was blocking my requests. Styled the site with PicoCSS—it was…

More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 5d ago · opentrailpaper.com

Lettertrace▲375Track your AI visibility for free (using your own API keys!)
Dev tools · 28d ago · lettertrace.com
Source: Product Hunt launch ↗
Launched alongside, April 2026
the whole month →
- AG
Thought the resources for GPU arch were lacking, so here we are
Life & fun · Apr 2026 · jaso1024.com

Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4. The fish thinks the meaning of life is food. Fork it and swap the personality for your own character.
AI · Apr 2026 · github.com


I made a laptop stand out of solid concrete, in the style of brutalist architecture, with themes of urbex and urban decay
Life & fun · Apr 2026 · sam-burns.com

With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https://text.blogosphere.app/ Non-minimal: https://blogosphere.app/ If you don't find your blog (or your favorite ones), please add them. I will review and approve it.
AI · Apr 2026 · text.blogosphere.app