Google Travel

Google Travel

2 endpoints

Google Travel API

API Explorer

GEThttps://api.maviapi.com/v1/sites/google-travel/flights

Endpoints

2 available

Search for flights

GET /sites/google-travel/flights

Parameters

Origin airport IATA code

Destination airport IATA code

Departure date (YYYY-MM-DD)

Return date for round trips

Request

curl -X GET \
"https://api.maviapi.com/v1/sites/google-travel/flights" \
-H "Authorization: Bearer mvk_test_playground_5f3c1a8d" \
-H "Content-Type: application/json"

Response

{
"flights": [
{
"airline": "Delta",
"flight_number": "DL123",
"departure_time": "2026-01-01T00:00:00Z",
"arrival_time": "2026-01-01T00:00:00Z",
"duration_minutes": 300,
"stops": 0,
"price": 450,
"currency": "USD"
}
],
"total_results": 1
}

Ready to get started?

The explorer above runs on a shared, rate-limited test key. Sign up to get your own key for higher limits.