Google Flights
# Google Flights API — Real-Time Airfare Data Search flights, track fares, analyze routes, and retrieve booking insights via a fast, structured JSON API. ## Why Use This API? - ⚡ **Fast, structured JSON** — drop-in ready for any stack - 🌍 **Global coverage** — search routes, airports, and airlines worldwide - 💸 **Live pricing data** — one-way, round-trip, and date-grid fare comparisons - 🧳…
Google Flights endpoints
| Method | Endpoint | Description |
|---|---|---|
| Meta | ||
| GET |
Get Trip Types /api/v1/meta/trip-types |
Return the supported trip-type values. |
| GET |
Get Seat Classes /api/v1/meta/seat-classes |
Return the supported seat-class values. |
| GET |
Get Sort Options /api/v1/meta/sort-options |
Return the supported flight sort options. |
| GET |
Get Supported Currencies /api/v1/currencies |
Return supported currency codes and names for Google Flights searches. |
| GET |
Health Check /health |
Check whether the public API is reachable and ready to serve requests. |
| Search | ||
| GET |
Search One Way Flights /api/v1/search |
Search one-way Google Flights results. |
| GET |
Search Round Trip Flights /api/v1/roundtrip |
Search round-trip Google Flights results. |
| Calendar | ||
| GET |
Get One Way Date Grid /api/v1/flights/date-grid/one-way |
Return one-way calendar prices across nearby departure dates. |
| GET |
Get Round Trip Date Grid /api/v1/flights/date-grid/round-trip |
Return round-trip calendar prices across nearby departure and return dates. |
| GET |
Get One Way Price Graph /api/v1/flights/price-graph/one-way |
Return one-way dated price points across a broader departure-date window. |
| GET |
Get Round Trip Price Graph /api/v1/flights/price-graph/round-trip |
Return round-trip dated price points across a broader departure-date window. |
| Booking | ||
| GET |
Get Booking Details /api/v1/booking/details |
Fetch bag fees, booking options, price insights, and optional resolved partner URLs from a Google Flights booking URL. |
| Airports | ||
| GET |
List Airports By City /api/v1/airports/city/{city_code} |
List airports for a metro or city code. |
| GET |
Get Airport Details /api/v1/airports/{code} |
Return detailed metadata for a specific airport code. |
| GET |
Search Airports /api/v1/airports |
Search airports by airport code, city, metro code, ICAO, or country. |
Google Flights pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 2 / second |
|
| ULTRA Recommended | $39 / month | 3 / second |
|
| MEGA | $299 / month | 5 / second |
|