Google Flights Realtime Data API
Live Google Flights data in clean JSON - flight search, a cheapest-per-date price grid and airport autocomplete behind one API. Search one-way or round-trip with full filters, get every flight offer with airline, times, stops, price, baggage and CO2, and find the cheapest dates to fly. No HTML parsing, no anti-bot headaches.
Google Flights Realtime Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Flights | ||
| GET |
search /api/v1/flights/search |
Search Google Flights for available flights. Returns flight options with prices, durations, and routing details. |
| GET |
prices /api/v1/flights/prices |
Fetch minimum prices for flights across a date range. Useful for finding the cheapest travel dates. |
| Airports | ||
| GET |
airports /api/v1/flights/airports |
Search for airports by name or IATA code. Returns matching airports. |
Google Flights Realtime Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $11.99 / month | 1 / second |
|
| ULTRA | $34.99 / month | 3 / second |
|
| MEGA Recommended | $129.99 / month | 10 / second |
|