Google Flights Scraper

ENDPOINTS
GET/routes/to-city

Flights To City

Airports, seasons, airlines and the cheapest trips to a city from around the world.

QUERY PARAMS

The destination city: its English name, a slug, an airport code, or a Google Flights route link.

Examples:

  • Name: Paris
  • Airport: CDG
  • Link: https://www.google.com/travel/flights/flights-to-paris.html

3-letter currency code for every price.

Default: USD

Examples: USD, EUR, GBP, INR, JPY, CAD

Language of place and airline names, as a code or locale.

Default: en-US

Examples: en-US, en-GB, de, fr, es, ja

2-letter country code Google prices the search from.

Default: US

Examples: US, GB, IN, DE, CA, AU

{
  "destination": {
    "id": "/m/05qtj",
    "name": "Paris"
  },
  "page": {
    "title": "Find Cheap Flights to Paris - Google Flights",
    "link": "https://www.google.com/travel/flights/flights-to-paris.html"
  },
  "currency": "USD",
  "origin_airports": [],
  "destination_airports": [
    {
      "code": "CDG",
      "name": "Aéroport de Paris-Charles de Gaulle",
      "city": "Paris",
      "country": "France",
      "drive_time_minutes": 38,
      "distance": {
        "value": 14,
        "unit": "mi"
      },
      "is_main_airport": true
    },
    {
      "code": "ORY",
      "name": "Paris Orly Airport",
      "city": "Paris",
      "country": "France",
      "drive_time_minutes": 33,
      "distance": {
        "value": 9,
        "unit": "mi"
      },
      "is_main_airport": false
    },
    {
      "code": "BVA",
      "name": "Paris Beauvais Airport",
      "city": "Paris",
      "country": "France",
      "drive_time_minutes": 86,
      "distance": {
        "value": 42,
        "unit": "mi"
      },
      "is_main_airport": false
    },
    {
      "code": "LBG",
      "name": "Paris Airport-Le Bourget",
      "city": "Paris",
      "country": "France",
      "drive_time_minutes": 40,
      "distance": {
        "value": 9,
        "unit": "mi"
      },
      "is_main_airport": false
    }
  ],
  "nonstop_airlines": [
    {
      "code": "AF",
      "name": "Air France",
      "airports": [
        "CDG",
        "ORY"
      ],
      "nonstop_destinations_count": 174,
      "top_routes": [
        {
          "city": {
            "id": "/m/0cp6w",
            "name": "Nice"
          },
          "weekly_flights": 117,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 90
        },
        {
          "city": {
            "id": "/m/0cbhh",
            "name": "Toulouse"
          },
          "weekly_flights": 84,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 80
        },
        {
          "city": {
            "id": "/m/0jdtt",
            "name": "Marseille"
          },
          "weekly_flights": 67,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 85
        },
        {
          "city": {
            "id": "/m/0947l",
            "name": "Milan"
          },
          "weekly_flights": 60,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 90
        },
        {
          "city": {
            "id": "/m/0k3p",
            "name": "Amsterdam"
          },
          "weekly_flights": 55,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 80
        }
      ]
    },
    {
      "code": "TO",
      "name": "Transavia",
      "airports": [
        "ORY"
      ],
      "nonstop_destinations_count": 102,
      "top_routes": [
        {
          "city": {
            "id": "/m/0pmn7",
            "name": "Porto"
          },
          "weekly_flights": 49,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 130
        },
        {
          "city": {
            "id": "/m/04llb",
            "name": "Lisbon"
          },
          "weekly_flights": 35,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 150
        },
        {
          "city": {
            "id": "/m/027ktt",
            "name": "Djerba"
          },
          "weekly_flights": 33,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 180
        },
        {
          "city": {
            "id": "/m/0ftn8",
            "name": "Tunis"
          },
          "weekly_flights": 29,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 155
        },
        {
          "city": {
            "id": "/m/0rtv",
            "name": "Algiers"
          },
          "weekly_flights": 28,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 150
        }
      ]
    },
    {
      "code": "FR",
      "name": "Ryanair",
      "airports": [
        "XCR",
        "BVA"
      ],
      "nonstop_destinations_count": 72,
      "top_routes": [
        {
          "city": {
            "id": "/m/0pmn7",
            "name": "Porto"
          },
          "weekly_flights": 21,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 125
        },
        {
          "city": {
            "id": "/m/02cft",
            "name": "Dublin"
          },
          "weekly_flights": 21,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 95
        },
        {
          "city": {
            "id": "/m/0947l",
            "name": "Milan"
          },
          "weekly_flights": 18,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 90
        },
        {
          "city": {
            "id": "/m/06c62",
            "name": "Rome"
          },
          "weekly_flights": 13,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 135
        },
        {
          "city": {
            "id": "/m/01f62",
            "name": "Barcelona"
          },
          "weekly_flights": 12,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 120
        }
      ]
    },
    {
      "code": "U2",
      "name": "easyJet",
      "airports": [
        "CDG",
        "ORY"
      ],
      "nonstop_destinations_count": 55,
      "top_routes": [
        {
          "city": {
            "id": "/m/04jpl",
            "name": "London"
          },
          "weekly_flights": 55,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 75
        },
        {
          "city": {
            "id": "/m/0cp6w",
            "name": "Nice"
          },
          "weekly_flights": 53,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 90
        },
        {
          "city": {
            "id": "/m/0947l",
            "name": "Milan"
          },
          "weekly_flights": 44,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 70
        },
        {
          "city": {
            "id": "/m/052bw",
            "name": "Manchester"
          },
          "weekly_flights": 26,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 90
        },
        {
          "city": {
            "id": "/m/095l0",
            "name": "Bristol"
          },
          "weekly_flights": 17,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 80
        }
      ]
    },
    {
      "code": "VY",
      "name": "Vueling",
      "airports": [
        "ORY",
        "CDG"
      ],
      "nonstop_destinations_count": 27,
      "top_routes": [
        {
          "city": {
            "id": "/m/01f62",
            "name": "Barcelona"
          },
          "weekly_flights": 87,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 110
        },
        {
          "city": {
            "id": "/m/06c62",
            "name": "Rome"
          },
          "weekly_flights": 25,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 130
        },
        {
          "city": {
            "id": "/m/04jpl",
            "name": "London"
          },
          "weekly_flights": 22,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 85
        },
        {
          "city": {
            "id": "/m/0zc6",
            "name": "Alicante"
          },
          "weekly_flights": 21,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 130
        },
        {
          "city": {
            "id": "/m/01978d",
            "name": "Málaga"
          },
          "weekly_flights": 20,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 150
        }
      ]
    },
    {
      "code": "W4",
      "name": "Wizz Air",
      "airports": [
        "ORY",
        "BVA"
      ],
      "nonstop_destinations_count": 15,
      "top_routes": [
        {
          "city": {
            "id": "/m/06c62",
            "name": "Rome"
          },
          "weekly_flights": 11,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 135
        },
        {
          "city": {
            "id": "/m/0947l",
            "name": "Milan"
          },
          "weekly_flights": 10,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 100
        },
        {
          "city": {
            "id": "/m/095w_",
            "name": "Budapest"
          },
          "weekly_flights": 9,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 145
        },
        {
          "city": {
            "id": "/m/096gm",
            "name": "Bucharest"
          },
          "weekly_flights": 9,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 190
        },
        {
          "city": {
            "id": "/m/07m_f",
            "name": "Tiranë"
          },
          "weekly_flights": 8,
          "days": [
            "sunday",
            "monday",
            "tuesday",
            "wednesday",
            "thursday",
            "friday",
            "saturday"
          ],
          "flight_duration_minutes": 175
        }
      ]
    }
  ],
  "popular_trips": [
    {
      "origin": {
        "id": "/m/02_286",
        "name": "New York",
        "image": null,
        "coordinates": null
      },
      "price": 429,
      "currency": "USD",
      "departure_date": "2026-11-12",
      "return_date": "2026-11-18",
      "airline": {
        "code": "TP",
        "name": "Tap Air Portugal"
      },
      "stops": 1,
      "duration_minutes": 745,
      "origin_airport_code": "EWR",
      "destination_airport_code": "ORY"
    },
    {
      "origin": {
        "id": "/m/01_d4",
        "name": "Chicago",
        "image": null,
        "coordinates": null
      },
      "price": 586,
      "currency": "USD",
      "departure_date": "2026-11-13",
      "return_date": "2026-11-19",
      "airline": {
        "code": "TP",
        "name": "Tap Air Portugal"
      },
      "stops": 1,
      "duration_minutes": 1110,
      "origin_airport_code": "ORD",
      "destination_airport_code": "ORY"
    },
    {
      "origin": {
        "id": "/m/0f2v0",
        "name": "Miami",
        "image": null,
        "coordinates": null
      },
      "price": 600,
      "currency": "USD",
      "departure_date": "2026-11-05",
      "return_date": "2026-11-12",
      "airline": {
        "code": "BF",
        "name": "French bee"
      },
      "stops": 0,
      "duration_minutes": 530,
      "origin_airport_code": "MIA",
      "destination_airport_code": "ORY"
    },
    {
      "origin": {
        "id": "/m/030qb3t",
        "name": "Los Angeles",
        "image": null,
        "coordinates": null
      },
      "price": 626,
      "currency": "USD",
      "departure_date": "2026-12-04",
      "return_date": "2026-12-10",
      "airline": {
        "code": "AT",
        "name": "Royal Air Maroc"
      },
      "stops": 1,
      "duration_minutes": 995,
      "origin_airport_code": "LAX",
      "destination_airport_code": "ORY"
    },
    {
      "origin": {
        "id": "/m/013yq",
        "name": "Atlanta",
        "image": null,
        "coordinates": null
      },
      "price": 737,
      "currency": "USD",
      "departure_date": "2026-11-08",
      "return_date": "2026-11-15",
      "airline": {
        "code": null,
        "name": null
      },
      "stops": 2,
      "duration_minutes": 1348,
      "origin_airport_code": "ATL",
      "destination_airport_code": "CDG"
    },
    {
      "origin": {
        "id": "/m/0f2rq",
        "name": "Dallas",
        "image": null,
        "coordinates": null
      },
      "price": 775,
      "currency": "USD",
      "departure_date": "2026-11-08",
      "return_date": "2026-11-16",
      "airline": {
        "code": "AY",
        "name": "Finnair"
      },
      "stops": 1,
      "duration_minutes": 1060,
      "origin_airport_code": "DFW",
      "destination_airport_code": "CDG"
    }
  ],
  "destination_info": {
    "description": "Paris, France's capital, is a major European city and a global center for art, fashion, gastronomy and culture. Its 19th-century cityscape is crisscrossed by wide boulevards and the River Seine. Beyond such landmarks as the Eiffel Tower and the 12th-century, Gothic Notre-Dame cathedral, the city is known for its cafe culture and designer boutiques along the Rue du Faubourg Saint-Honoré.",
    "image": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSK3q515j25bo7dkLIopaCOgrjpmDN2W_fSfEWn7Z_WTXLPP9DD5s26EMgbL27WKUwrSC_Ng7PDR-JFio6JTzbu1a-qpkdGKATqJfDfJQ",
    "peak_season": "Jul – Oct",
    "off_season": "Jan, Mar – May",
    "when_to_visit": "Paris is a year-round destination, but a common time to visit is summer (May–Jul), when the weather is warmest. In June, the streets come alive for the Fête de la Musique. Fête Nationale (Bastille Day) takes place Jul 13–14. Many shops and restaurants close in August, when locals head off for holiday. Many museums offer free entry during Journées du Patrimoine (Sep). Paris is also busy during Fashion Week (Mar/Sep) and the Mondial de L’Automobile show (Oct). Winters can be cold and damp, even snowy."
  },
  "related_routes": [
    {
      "origin": null,
      "destination": {
        "id": "/m/04jpl",
        "name": "London"
      },
      "link": "https://www.google.com/travel/flights/flights-to-london.html"
    },
    {
      "origin": null,
      "destination": {
        "id": "/m/0947l",
        "name": "Milan"
      },
      "link": "https://www.google.com/travel/flights/flights-to-milan.html"
    },
    {
      "origin": null,
      "destination": {
        "id": "/m/02z0j",
        "name": "Frankfurt am Main"
      },
      "link": "https://www.google.com/travel/flights/flights-to-frankfurt-am-main.html"
    },
    {
      "origin": null,
      "destination": {
        "id": "/m/0k3p",
        "name": "Amsterdam"
      },
      "link": "https://www.google.com/travel/flights/flights-to-amsterdam.html"
    },
    {
      "origin": null,
      "destination": {
        "id": "/m/01f62",
        "name": "Barcelona"
      },
      "link": "https://www.google.com/travel/flights/flights-to-barcelona.html"
    },
    {
      "origin": null,
      "destination": {
        "id": "/m/0156q",
        "name": "Berlin"
      },
      "link": "https://www.google.com/travel/flights/flights-to-berlin.html"
    },
    {
      "origin": null,
      "destination": {
        "id": "/m/0177z",
        "name": "Brussels"
      },
      "link": "https://www.google.com/travel/flights/flights-to-brussels.html"
    },
    {
      "origin": {
        "id": "/m/04jpl",
        "name": "London"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-london-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/07dfk",
        "name": "Tokyo"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-tokyo-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0947l",
        "name": "Milan"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-milan-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/06c62",
        "name": "Rome"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-rome-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/02_286",
        "name": "New York"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-new-york-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0fn2g",
        "name": "Bangkok"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-bangkok-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/01f62",
        "name": "Barcelona"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-barcelona-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/06wjf",
        "name": "Shanghai"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-shanghai-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0k3p",
        "name": "Amsterdam"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-amsterdam-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/056_y",
        "name": "Madrid"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-madrid-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/06t2t",
        "name": "Singapore"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-singapore-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/022pfm",
        "name": "São Paulo"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-sao-paulo-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/09949m",
        "name": "Istanbul"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-istanbul-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/06y57",
        "name": "Sydney"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-sydney-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0156q",
        "name": "Berlin"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-berlin-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0cp6w",
        "name": "Nice"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-nice-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0hsqf",
        "name": "Seoul"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-seoul-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/030qb3t",
        "name": "Los Angeles"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-los-angeles-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0177z",
        "name": "Brussels"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-brussels-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/02z0j",
        "name": "Frankfurt am Main"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-frankfurt-am-main-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/01_d4",
        "name": "Chicago"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-chicago-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0f2rq",
        "name": "Dallas"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-dallas-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/013yq",
        "name": "Atlanta"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-atlanta-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/0f2v0",
        "name": "Miami"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-miami-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/030qb3t",
        "name": "Los Angeles"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-los-angeles-to-paris.html"
    },
    {
      "origin": {
        "id": "/m/02_286",
        "name": "New York"
      },
      "destination": {
        "id": "/m/05qtj",
        "name": "Paris"
      },
      "link": "https://www.google.com/travel/flights/flights-from-new-york-to-paris.html"
    }
  ]
}