fli-flights
High-fidelity, ultra-low latency flight search and discovery app. Powered by the 'fli' (punitarani/fli) reverse-engineered Google Flights engine. Provides structured access to 'search_flights' (one-way/round-trip) and 'search_dates' (flexible date analysis) without the need for official API keys. Optimized for autonomous agentic travel orchestration. Think -> Build -> Verify -> Ship.
Execute a raw Google Flights RPC call for flexible date analysis (GetCalendarGraph) using the f.req payload. Use the 'Flight Search (fli)' skill or equivalent logic to construct the f.req array. Response is a raw JSON array (with XSSI prefix stripped). Think -> Build -> Verify -> Ship.
Execute a raw Google Flights RPC call using the f.req payload. Use the 'Flight Search (fli)' skill or equivalent logic to construct the f.req array. Response is a raw JSON array (with XSSI prefix stripped). Think -> Build -> Verify -> Ship.