|
2 | 2 | "engine": "google_flights", |
3 | 3 | "params": { |
4 | 4 | "departure_id": { |
5 | | - "description": "Parameter defines the departure airport code or location kgmid. An airport code is an uppercase 3-letter code. You can search for it on Google Flights or IATA. For example, `CDG` is Paris Charles de Gaulle Airport and `AUS` is Austin-Bergstrom International Airport. A location kgmid is a string that starts with `/m/`. You can search for a location on Wikidata and use its \"Freebase ID\" as the location kgmid. For example, `/m/0vzm` is the location kgmid for Austin, TX. You can specify multiple departure airports by separating them with a comma. For example, `CDG,ORY,/m/04jpl`.", |
| 5 | + "description": "Parameter defines the departure airport code or location kgmid. An airport code is an uppercase 3-letter code. You can search for it on Google Flights or IATA. For example, `CDG` is Paris Charles de Gaulle Airport and `AUS` is Austin-Bergstrom International Airport. A location kgmid is a string that starts with `/m/` or `/g/`. You can search for a location on Wikidata and use its \"Freebase ID\" as the location kgmid. For example, `/m/0vzm` is the location kgmid for Austin, TX. You can specify multiple departure airports by separating them with a comma. For example, `CDG,ORY,/m/04jpl`.", |
6 | 6 | "group": "search_query" |
7 | 7 | }, |
8 | 8 | "arrival_id": { |
9 | | - "description": "Parameter defines the arrival airport code or location kgmid. An airport code is an uppercase 3-letter code. You can search for it on Google Flights or IATA. For example, `CDG` is Paris Charles de Gaulle Airport and `AUS` is Austin-Bergstrom International Airport. A location kgmid is a string that starts with `/m/`. You can search for a location on Wikidata and use its \"Freebase ID\" as the location kgmid. For example, `/m/0vzm` is the location kgmid for Austin, TX. You can specify multiple arrival airports by separating them with a comma. For example, `CDG,ORY,/m/04jpl`.", |
| 9 | + "description": "Parameter defines the arrival airport code or location kgmid. An airport code is an uppercase 3-letter code. You can search for it on Google Flights or IATA. For example, `CDG` is Paris Charles de Gaulle Airport and `AUS` is Austin-Bergstrom International Airport. A location kgmid is a string that starts with `/m/` or `/g/`. You can search for a location on Wikidata and use its \"Freebase ID\" as the location kgmid. For example, `/m/0vzm` is the location kgmid for Austin, TX. You can specify multiple arrival airports by separating them with a comma. For example, `CDG,ORY,/m/04jpl`.", |
10 | 10 | "group": "search_query" |
11 | 11 | }, |
12 | 12 | "gl": { |
|
522 | 522 | "group": "advanced_google_flights_parameters" |
523 | 523 | }, |
524 | 524 | "outbound_date": { |
525 | | - "description": "Parameter defines the outbound date. The format is YYYY-MM-DD. e.g. `2026-04-21`", |
| 525 | + "description": "Parameter defines the outbound date. The format is YYYY-MM-DD. e.g. `2026-04-28`", |
526 | 526 | "group": "advanced_google_flights_parameters" |
527 | 527 | }, |
528 | 528 | "return_date": { |
529 | | - "description": "Parameter defines the return date. The format is YYYY-MM-DD. e.g. `2026-04-27` Parameter is required if type parameter is set to: `1` (Round trip)", |
| 529 | + "description": "Parameter defines the return date. The format is YYYY-MM-DD. e.g. `2026-05-04` Parameter is required if type parameter is set to: `1` (Round trip)", |
530 | 530 | "group": "advanced_google_flights_parameters" |
531 | 531 | }, |
532 | 532 | "travel_class": { |
|
553 | 553 | "group": "advanced_google_flights_parameters" |
554 | 554 | }, |
555 | 555 | "multi_city_json": { |
556 | | - "description": "Parameter defines the flight information for multi-city flights. It's a JSON string containing multiple flight information objects. Each object should contain the following fields: `departure_id` - The departure airport code or location kgmid. The format is the same as the main departure\\_id parameter. `arrival_id` - The arrival airport code or location kgmid. The format is the same as the main arrival\\_id parameter. `date` - Flight date. The format is the same as the outbound\\_date parameter. `times` - Time range for the flight. The format is the same as the outbound\\_times parameter. This parameter is optional. Example: `[{\"departure_id\":\"CDG\",\"arrival_id\":\"NRT\",\"date\":\"2026-04-27\"},{\"departure_id\":\"NRT\",\"arrival_id\":\"LAX,SEA\",\"date\":\"2026-05-04\"},{\"departure_id\":\"LAX,SEA\",\"arrival_id\":\"AUS\",\"date\":\"2026-05-11\",\"times\":\"8,18,9,23\"}]` The example is a multi-city flight from `CDG` to `NRT` on `2026-04-27`, then from `NRT` to `LAX` or `SEA` on `2026-05-04`, and finally from `LAX` or `SEA` to `AUS` on `2026-05-11`. The last flight has a departure time range from 8:00 AM to 7:00 PM and an arrival time range from 9:00 AM to 12:00 AM (Midnight).", |
| 556 | + "description": "Parameter defines the flight information for multi-city flights. It's a JSON string containing multiple flight information objects. Each object should contain the following fields: `departure_id` - The departure airport code or location kgmid. The format is the same as the main departure\\_id parameter. `arrival_id` - The arrival airport code or location kgmid. The format is the same as the main arrival\\_id parameter. `date` - Flight date. The format is the same as the outbound\\_date parameter. `times` - Time range for the flight. The format is the same as the outbound\\_times parameter. This parameter is optional. Example: `[{\"departure_id\":\"CDG\",\"arrival_id\":\"NRT\",\"date\":\"2026-05-04\"},{\"departure_id\":\"NRT\",\"arrival_id\":\"LAX,SEA\",\"date\":\"2026-05-11\"},{\"departure_id\":\"LAX,SEA\",\"arrival_id\":\"AUS\",\"date\":\"2026-05-18\",\"times\":\"8,18,9,23\"}]` The example is a multi-city flight from `CDG` to `NRT` on `2026-05-04`, then from `NRT` to `LAX` or `SEA` on `2026-05-11`, and finally from `LAX` or `SEA` to `AUS` on `2026-05-18`. The last flight has a departure time range from 8:00 AM to 7:00 PM and an arrival time range from 9:00 AM to 12:00 AM (Midnight).", |
557 | 557 | "group": "advanced_google_flights_parameters" |
558 | 558 | }, |
559 | 559 | "show_hidden": { |
|
0 commit comments