Skyscanner Scraper

ENDPOINTS
GET/flights/search-roundtrip

Search Round-Trip Flights

Live round-trip flights, polled to completion; same params and shape as one-way plus return_date, two legs each.

QUERY PARAMS

Departure airport or city: an airport/city entity id, an IATA code, free text or a pasted skyscanner.net URL — the form is auto-detected, so no typeahead round-trip is needed first.

Examples:

  • IATA code: JFK
  • Free text: new york
  • Entity id: 95565058
  • URL: https://www.skyscanner.net/transport/flights/jfk/lhr/

Arrival airport or city: an airport/city entity id, an IATA code, free text or a pasted skyscanner.net URL — the form is auto-detected, so no typeahead round-trip is needed first.

Examples:

  • IATA code: LHR
  • Free text: new york
  • Entity id: 95565058
  • URL: https://www.skyscanner.net/transport/flights/jfk/lhr/

Departure date as YYYY-MM-DD (today or later).

Default: tomorrow

Inbound departure date as YYYY-MM-DD, on or after depart_date.

Default: a week after depart_date

Number of adult passengers.

Default: 1

Allowed values: 1-8

Comma-separated ages of children in the party, each 0-17 (at most 8).

Example: 4,9

Number of infants on lap.

Allowed values: 0-8

Cabin class filter.

Default: economy

Allowed values: economy, premium_economy, business, first

Maximum number of stops per leg (0 = direct flights only).

Allowed values: 0-3

Highest itinerary price to return, in currency.

Allowed values: 0 or more

Comma-separated airline IATA codes to keep (at most 20).

Example: BA,AF

Result ordering; best keeps Skyscanner's own ranking.

Default: best

Allowed values: best, cheapest, fastest, outbound_departure

How long the backend may keep polling the live search before returning what it has. Higher = more complete, slower.

Allowed values: 0-60

How many itineraries to return — the top N by sort. total_results always reports the full settled count after filters.

Default: 100

Allowed values: 1-500

Point-of-sale country as a 2-letter code. Not cosmetic: it changes which fares, partners and prices Skyscanner offers.

Default: US

Allowed values: any ISO 3166-1 alpha-2 code (US, GB, IN, DE, FR, JP, ...)

Response language as a BCP-47 tag.

Default: en-US

Allowed values: en-US, en-GB, fr-FR, de-DE, es-ES, ja-JP, ... (ll-CC or ll)

Pricing currency as a 3-letter ISO code.

Default: USD

Allowed values: USD, GBP, EUR, INR, JPY, ...

{
  "status": "complete",
  "count": 100,
  "total_results": 2039,
  "results": [
    {
      "id": "12712-2609092035--32385-0-13554-2609100850|13554-2609161145--32385-0-12712-2609161430",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T20:35:00",
          "arrival_at": "2026-09-10T08:50:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5923",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T20:35:00",
              "arrival_at": "2026-09-10T08:50:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:45:00",
          "arrival_at": "2026-09-16T14:30:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5995",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:45:00",
              "arrival_at": "2026-09-16T14:30:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5923|12712|2026-09-09T20:35|13554|2026-09-10T08:50|435|VLN00NB7|E|EA1,flight|-32385|5995|13554|2026-09-16T11:45|12712|2026-09-16T14:30|465|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|-4669367232854919267|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-6769056145737344223|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.999,
      "eco_saving_percent": 13.845104
    },
    {
      "id": "12712-2609092035--32385-0-13554-2609100850|13554-2609162005--32385-0-12712-2609162250",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T20:35:00",
          "arrival_at": "2026-09-10T08:50:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5923",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T20:35:00",
              "arrival_at": "2026-09-10T08:50:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T20:05:00",
          "arrival_at": "2026-09-16T22:50:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5991",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T20:05:00",
              "arrival_at": "2026-09-16T22:50:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5923|12712|2026-09-09T20:35|13554|2026-09-10T08:50|435|VLN00NB7|E|EA1,flight|-32385|5991|13554|2026-09-16T20:05|12712|2026-09-16T22:50|465|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|-5274683285803583941|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-7644431998379824858|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.974973,
      "eco_saving_percent": 15.253001
    },
    {
      "id": "12712-2609090845--32171-0-13554-2609092045|13554-2609161155--32171-0-12712-2609161510",
      "price": {
        "amount": 749.64,
        "currency": "USD",
        "formatted": "$750"
      },
      "duration_minutes": 915,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T08:45:00",
          "arrival_at": "2026-09-09T20:45:00",
          "duration_minutes": 420,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "B6",
              "name": "jetBlue",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/B6.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "B61107",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T08:45:00",
              "arrival_at": "2026-09-09T20:45:00",
              "duration_minutes": 420,
              "marketing_carrier": {
                "code": "B6",
                "name": "jetBlue"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:55:00",
          "arrival_at": "2026-09-16T15:10:00",
          "duration_minutes": 495,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "B6",
              "name": "jetBlue",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/B6.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "B620",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:55:00",
              "arrival_at": "2026-09-16T15:10:00",
              "duration_minutes": 495,
              "marketing_carrier": {
                "code": "B6",
                "name": "jetBlue"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 749.64,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "cfus",
              "name": "Cheap Flights Fares",
              "is_airline": false,
              "rating": 4.4,
              "review_count": 1981,
              "price": {
                "amount": 749.64,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/cfus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|PL00BVY1|L|-,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|OL00BVY1|L|-&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=749.64&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjACRlITVNgAAAA|-6344553279405805684|2$H4sIAAAAAAAA_-My4WJJTistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjACRlITVNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|5912668956687814652|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:49&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 856.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "pcln",
              "name": "Priceline",
              "is_airline": false,
              "rating": 3.1,
              "review_count": 513,
              "price": {
                "amount": 856.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/pcln/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|PL00BVY1|L|-,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|OL00BVY1|L|-&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=856.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-Ny4GIpSM7JE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgAAiUBxQgAAAA|1683818702341497178|2$H4sIAAAAAAAA_-Ny4GIpSM7JE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgAAiUBxQgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|4922358989065997746|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:52&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 856.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "xpus",
              "name": "Expedia",
              "is_airline": false,
              "rating": 4.74,
              "review_count": 4021,
              "price": {
                "amount": 856.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/xpus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|PL00BVY1|L|MAIN+BASE,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|OL00BVY1|L|MAIN+BASE&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=856.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WKpKCgtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAF4qlbNgAAAA|7715116530150282974|2$H4sIAAAAAAAA_-My4WKpKCgtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAF4qlbNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-8965678146035910074|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:47&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 866.95,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "jfus",
              "name": "Justfly.com",
              "is_airline": false,
              "rating": 4.84,
              "review_count": 1004,
              "price": {
                "amount": 866.95,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/jfus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|PL00BVY1|L|-,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|OL00BVY1|L|-&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=866.95&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WLJSistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABuVxurNgAAAA|1683818702341497178|2$H4sIAAAAAAAA_-My4WLJSistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABuVxurNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|4922358989065997746|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:53&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 881.3,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "spus",
              "name": "Super.com",
              "is_airline": false,
              "rating": 3.88,
              "review_count": 1866,
              "price": {
                "amount": 881.3,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/spus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|-|-|-,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|-|-|-&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=881.30&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WIpLigtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABZFCX2NgAAAA|-8570949359921317129|2$H4sIAAAAAAAA_-My4WIpLigtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABZFCX2NgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|3150326398951956665|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:46&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 888.0,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "cust",
              "name": "Trip.com",
              "is_airline": false,
              "rating": 4.72,
              "review_count": 4784,
              "price": {
                "amount": 888.0,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/cust/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|-|-|-,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|-|-|-&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=888.00&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-Ny4GJJLi0uEeLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgD8m35CQgAAAA|7977252271199999799|2$H4sIAAAAAAAA_-Ny4GJJLi0uEeLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgD8m35CQgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-8543973225711448592|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:52&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 897.7,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "vaya",
              "name": "BudgetAir",
              "is_airline": false,
              "rating": 4.27,
              "review_count": 1847,
              "price": {
                "amount": 897.7,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/vaya/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|-|-|-,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|-|-|-&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=897.70&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-Oy5GIpS6xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjFXMocEuAJkKmdI7AAAA|8750380420156158180|2$H4sIAAAAAAAA_-Oy5GIpS6xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjFXMocEuAJkKmdI7AAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-310614685692220886|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 911.0,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "fara",
              "name": "Farera",
              "is_airline": false,
              "rating": 4.31,
              "review_count": 1072,
              "price": {
                "amount": 911.0,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/fara/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32171|1107|12712|2026-09-09T08:45|13554|2026-09-09T20:45|420|-|-|-,flight|-32171|20|13554|2026-09-16T11:55|12712|2026-09-16T15:10|495|-|-|-&carriers=-32171&operators=-32171,-32171&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=911.00&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSyxKFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABXGEp1NgAAAA|8750380420156158180|2$H4sIAAAAAAAA_-My4WJJSyxKFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABXGEp1NgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-8296676518896123129|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.971344
    },
    {
      "id": "12712-2609091900--32385-0-13554-2609100715|13554-2609161145--32385-0-12712-2609161430",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T19:00:00",
          "arrival_at": "2026-09-10T07:15:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5992",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T19:00:00",
              "arrival_at": "2026-09-10T07:15:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:45:00",
          "arrival_at": "2026-09-16T14:30:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5995",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:45:00",
              "arrival_at": "2026-09-16T14:30:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5992|12712|2026-09-09T19:00|13554|2026-09-10T07:15|435|VLN00NB7|E|EA1,flight|-32385|5995|13554|2026-09-16T11:45|12712|2026-09-16T14:30|465|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|-2363497990836463898|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-2087740686493364167|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.96663,
      "eco_saving_percent": 13.538683
    },
    {
      "id": "12712-2609091915--32573-0-13554-2609100720|13554-2609161410--32573-0-12712-2609161700",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T19:15:00",
          "arrival_at": "2026-09-10T07:20:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA106",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T19:15:00",
              "arrival_at": "2026-09-10T07:20:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T14:10:00",
          "arrival_at": "2026-09-16T17:00:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA105",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T14:10:00",
              "arrival_at": "2026-09-16T17:00:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|106|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|105|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|OLX0D1BV|B|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|-6784329963551767436|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|5744018763677098815|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.966202,
      "eco_saving_percent": 30.173302
    },
    {
      "id": "12712-2609092035--31697-0-13554-2609100850|13554-2609162005--31697-0-12712-2609162250",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T20:35:00",
          "arrival_at": "2026-09-10T08:50:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS154",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T20:35:00",
              "arrival_at": "2026-09-10T08:50:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T20:05:00",
          "arrival_at": "2026-09-16T22:50:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS25",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T20:05:00",
              "arrival_at": "2026-09-16T22:50:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "viaa",
              "name": "Virgin Atlantic",
              "is_airline": true,
              "rating": 4.83,
              "review_count": 154,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/viaa/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-31697|154|12712|2026-09-09T20:35|13554|2026-09-10T08:50|435|OLX06SBA|T|Economy+Light,flight|-31697|25|13554|2026-09-16T20:05|12712|2026-09-16T22:50|465|OLX06SBA|T|Economy+Light&carriers=-31697&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|-9149529332314319441|2$H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-4551082749119165092|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.963159,
      "eco_saving_percent": 15.253001
    },
    {
      "id": "12712-2609092035--31697-0-13554-2609100850|13554-2609161145--31697-0-12712-2609161430",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T20:35:00",
          "arrival_at": "2026-09-10T08:50:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS154",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T20:35:00",
              "arrival_at": "2026-09-10T08:50:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:45:00",
          "arrival_at": "2026-09-16T14:30:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS45",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:45:00",
              "arrival_at": "2026-09-16T14:30:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "viaa",
              "name": "Virgin Atlantic",
              "is_airline": true,
              "rating": 4.83,
              "review_count": 154,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/viaa/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-31697|154|12712|2026-09-09T20:35|13554|2026-09-10T08:50|435|OLX06SBA|T|Economy+Light,flight|-31697|45|13554|2026-09-16T11:45|12712|2026-09-16T14:30|465|OLX06SBA|T|Economy+Light&carriers=-31697&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|-2696739879893998839|2$H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-1879774321582941196|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.962965,
      "eco_saving_percent": 13.845104
    },
    {
      "id": "12712-2609091915--32573-0-13554-2609100720|13554-2609161320--32573-0-12712-2609161615",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T19:15:00",
          "arrival_at": "2026-09-10T07:20:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA106",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T19:15:00",
              "arrival_at": "2026-09-10T07:20:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T13:20:00",
          "arrival_at": "2026-09-16T16:15:00",
          "duration_minutes": 475,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AA6994",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T13:20:00",
              "arrival_at": "2026-09-16T16:15:00",
              "duration_minutes": 475,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              },
              "operating_carrier": {
                "code": "BA",
                "name": "British Airways"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|106|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|6994|13554|2026-09-16T13:20|12712|2026-09-16T16:15|475|OLX0D1BV|O|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32480&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|7053387507103633804|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|2677189482209516089|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.962935,
      "eco_saving_percent": 22.268581
    },
    {
      "id": "12712-2609091915--32573-0-13554-2609100720|13554-2609161230--32573-0-12712-2609161520",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T19:15:00",
          "arrival_at": "2026-09-10T07:20:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA106",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T19:15:00",
              "arrival_at": "2026-09-10T07:20:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T12:30:00",
          "arrival_at": "2026-09-16T15:20:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AA6892",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T12:30:00",
              "arrival_at": "2026-09-16T15:20:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              },
              "operating_carrier": {
                "code": "BA",
                "name": "British Airways"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|106|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|6892|13554|2026-09-16T12:30|12712|2026-09-16T15:20|470|OLX0D1BV|O|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32480&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|-290826882602328219|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|1999943385429152353|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.959276,
      "eco_saving_percent": 18.613552
    },
    {
      "id": "12712-2609091820--32573-0-13554-2609100625|13554-2609161410--32573-0-12712-2609161700",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T18:20:00",
          "arrival_at": "2026-09-10T06:25:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA100",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T18:20:00",
              "arrival_at": "2026-09-10T06:25:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T14:10:00",
          "arrival_at": "2026-09-16T17:00:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA105",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T14:10:00",
              "arrival_at": "2026-09-16T17:00:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|100|12712|2026-09-09T18:20|13554|2026-09-10T06:25|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|105|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|OLX0D1BV|B|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|-3329895535211604000|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-32784541612828458|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.954754,
      "eco_saving_percent": 16.705751
    },
    {
      "id": "12712-2609091830--32385-0-13554-2609100645|13554-2609162005--32385-0-12712-2609162250",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T18:30:00",
          "arrival_at": "2026-09-10T06:45:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5990",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T18:30:00",
              "arrival_at": "2026-09-10T06:45:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T20:05:00",
          "arrival_at": "2026-09-16T22:50:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5991",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T20:05:00",
              "arrival_at": "2026-09-16T22:50:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5990|12712|2026-09-09T18:30|13554|2026-09-10T06:45|435|VLN00NB7|E|EA1,flight|-32385|5991|13554|2026-09-16T20:05|12712|2026-09-16T22:50|465|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|-8154522440534071777|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-1182913988905223003|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.954722,
      "eco_saving_percent": 17.621565
    },
    {
      "id": "12712-2609091915--32573-0-13554-2609100720|13554-2609161135--32573-0-12712-2609161425",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T19:15:00",
          "arrival_at": "2026-09-10T07:20:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA106",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T19:15:00",
              "arrival_at": "2026-09-10T07:20:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:35:00",
          "arrival_at": "2026-09-16T14:25:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AA6934",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:35:00",
              "arrival_at": "2026-09-16T14:25:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              },
              "operating_carrier": {
                "code": "BA",
                "name": "British Airways"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|106|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|6934|13554|2026-09-16T11:35|12712|2026-09-16T14:25|470|OLX0D1BV|O|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32480&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|-8559171981692760009|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|6858872717763290591|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.952812,
      "eco_saving_percent": 22.268581
    },
    {
      "id": "12712-2609091915--32573-0-13554-2609100720|13554-2609161725--32573-0-12712-2609162020",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T19:15:00",
          "arrival_at": "2026-09-10T07:20:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA106",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T19:15:00",
              "arrival_at": "2026-09-10T07:20:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T17:25:00",
          "arrival_at": "2026-09-16T20:20:00",
          "duration_minutes": 475,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AA6940",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T17:25:00",
              "arrival_at": "2026-09-16T20:20:00",
              "duration_minutes": 475,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              },
              "operating_carrier": {
                "code": "BA",
                "name": "British Airways"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|106|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|6940|13554|2026-09-16T17:25|12712|2026-09-16T20:20|475|OLX0D1BV|O|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32480&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|5628759044609147069|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|5195321849624402433|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.951539,
      "eco_saving_percent": 30.815077
    },
    {
      "id": "12712-2609091820--32573-0-13554-2609100625|13554-2609161230--32573-0-12712-2609161520",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T18:20:00",
          "arrival_at": "2026-09-10T06:25:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA100",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T18:20:00",
              "arrival_at": "2026-09-10T06:25:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T12:30:00",
          "arrival_at": "2026-09-16T15:20:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AA6892",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T12:30:00",
              "arrival_at": "2026-09-16T15:20:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              },
              "operating_carrier": {
                "code": "BA",
                "name": "British Airways"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|100|12712|2026-09-09T18:20|13554|2026-09-10T06:25|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|6892|13554|2026-09-16T12:30|12712|2026-09-16T15:20|470|OLX0D1BV|O|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32480&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|-2769932818475624094|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-4682760924293557610|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.950011
    },
    {
      "id": "12712-2609090815--32385-0-13554-2609092010|13554-2609161550--32385-0-12712-2609161845",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 890,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T08:15:00",
          "arrival_at": "2026-09-09T20:10:00",
          "duration_minutes": 415,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5996",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T08:15:00",
              "arrival_at": "2026-09-09T20:10:00",
              "duration_minutes": 415,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T15:50:00",
          "arrival_at": "2026-09-16T18:45:00",
          "duration_minutes": 475,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5922",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T15:50:00",
              "arrival_at": "2026-09-16T18:45:00",
              "duration_minutes": 475,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5996|12712|2026-09-09T08:15|13554|2026-09-09T20:10|415|VLN00NB7|E|EA1,flight|-32385|5922|13554|2026-09-16T15:50|12712|2026-09-16T18:45|475|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|2929567669662246341|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|6850300838085954158|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.948911,
      "eco_saving_percent": 15.763128
    },
    {
      "id": "12712-2609091830--31697-0-13554-2609100645|13554-2609161145--31697-0-12712-2609161430",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T18:30:00",
          "arrival_at": "2026-09-10T06:45:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS10",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T18:30:00",
              "arrival_at": "2026-09-10T06:45:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:45:00",
          "arrival_at": "2026-09-16T14:30:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS45",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:45:00",
              "arrival_at": "2026-09-16T14:30:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "viaa",
              "name": "Virgin Atlantic",
              "is_airline": true,
              "rating": 4.83,
              "review_count": 154,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/viaa/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-31697|10|12712|2026-09-09T18:30|13554|2026-09-10T06:45|435|OLX06SBA|T|Economy+Light,flight|-31697|45|13554|2026-09-16T11:45|12712|2026-09-16T14:30|465|OLX06SBA|T|Economy+Light&carriers=-31697&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|-3506007702475661345|2$H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-7049538660331922824|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.947118,
      "eco_saving_percent": 16.213667
    },
    {
      "id": "12712-2609090815--32385-0-13554-2609092010|13554-2609161145--32385-0-12712-2609161430",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 880,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T08:15:00",
          "arrival_at": "2026-09-09T20:10:00",
          "duration_minutes": 415,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5996",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T08:15:00",
              "arrival_at": "2026-09-09T20:10:00",
              "duration_minutes": 415,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:45:00",
          "arrival_at": "2026-09-16T14:30:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5995",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:45:00",
              "arrival_at": "2026-09-16T14:30:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5996|12712|2026-09-09T08:15|13554|2026-09-09T20:10|415|VLN00NB7|E|EA1,flight|-32385|5995|13554|2026-09-16T11:45|12712|2026-09-16T14:30|465|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|8132795862076024972|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-1177498371810996807|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.946342,
      "eco_saving_percent": 15.563136
    },
    {
      "id": "12712-2609091830--31697-0-13554-2609100645|13554-2609162005--31697-0-12712-2609162250",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T18:30:00",
          "arrival_at": "2026-09-10T06:45:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS10",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T18:30:00",
              "arrival_at": "2026-09-10T06:45:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T20:05:00",
          "arrival_at": "2026-09-16T22:50:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS25",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T20:05:00",
              "arrival_at": "2026-09-16T22:50:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "viaa",
              "name": "Virgin Atlantic",
              "is_airline": true,
              "rating": 4.83,
              "review_count": 154,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/viaa/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-31697|10|12712|2026-09-09T18:30|13554|2026-09-10T06:45|435|OLX06SBA|T|Economy+Light,flight|-31697|25|13554|2026-09-16T20:05|12712|2026-09-16T22:50|465|OLX06SBA|T|Economy+Light&carriers=-31697&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|7728148429165390621|2$H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-6149200806435743914|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.945997,
      "eco_saving_percent": 17.621565
    },
    {
      "id": "12712-2609091820--32573-0-13554-2609100625|13554-2609161135--32573-0-12712-2609161425",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T18:20:00",
          "arrival_at": "2026-09-10T06:25:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA100",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T18:20:00",
              "arrival_at": "2026-09-10T06:25:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:35:00",
          "arrival_at": "2026-09-16T14:25:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AA6934",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:35:00",
              "arrival_at": "2026-09-16T14:25:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              },
              "operating_carrier": {
                "code": "BA",
                "name": "British Airways"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|100|12712|2026-09-09T18:20|13554|2026-09-10T06:25|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|6934|13554|2026-09-16T11:35|12712|2026-09-16T14:25|470|OLX0D1BV|O|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32480&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|-4009998929350069933|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|3410777918234191553|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.944146,
      "eco_saving_percent": 8.801025
    },
    {
      "id": "12712-2609092035--32677-0-13554-2609100850|13554-2609162005--32677-0-12712-2609162250",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 900,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T20:35:00",
          "arrival_at": "2026-09-10T08:50:00",
          "duration_minutes": 435,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AF",
              "name": "Air France",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AF.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AF9924",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T20:35:00",
              "arrival_at": "2026-09-10T08:50:00",
              "duration_minutes": 435,
              "marketing_carrier": {
                "code": "AF",
                "name": "Air France"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T20:05:00",
          "arrival_at": "2026-09-16T22:50:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AF",
              "name": "Air France",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AF.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AF9655",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T20:05:00",
              "arrival_at": "2026-09-16T22:50:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "AF",
                "name": "Air France"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "airf",
              "name": "Air France",
              "is_airline": true,
              "rating": 4.75,
              "review_count": 1030,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/airf/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32677|9924|12712|2026-09-09T20:35|13554|2026-09-10T08:50|435|VLX06SBA|V|LIGHTNA,flight|-32677|9655|13554|2026-09-16T20:05|12712|2026-09-16T22:50|465|VLX06SBA|V|LIGHTNA&carriers=-32677&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJzCxKE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABmAsY7NgAAAA|3221750370838298651|2$H4sIAAAAAAAA_-My4WJJzCxKE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABmAsY7NgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|3416487191041556710|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:45&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 906.0,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "kfus",
              "name": "Kissandfly",
              "is_airline": false,
              "rating": 3.75,
              "review_count": 663,
              "price": {
                "amount": 906.0,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/kfus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32677|9924|12712|2026-09-09T20:35|13554|2026-09-10T08:50|435|-|-|-,flight|-32677|9655|13554|2026-09-16T20:05|12712|2026-09-16T22:50|465|-|-|-&carriers=-32677&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=906.00&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WLJTistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjACfTiovNgAAAA|8916468516270095620|2$H4sIAAAAAAAA_-My4WLJTistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjACfTiovNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-1609713712210679877|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:51&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.941751,
      "eco_saving_percent": 15.253001
    },
    {
      "id": "12712-2609091915--32317-0-13554-2609100720|13554-2609161410--32317-0-12712-2609161700",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T19:15:00",
          "arrival_at": "2026-09-10T07:20:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 1,
          "carriers": [
            {
              "code": "AY",
              "name": "Finnair",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AY.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AY3776",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T19:15:00",
              "arrival_at": "2026-09-10T07:20:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AY",
                "name": "Finnair"
              },
              "operating_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T14:10:00",
          "arrival_at": "2026-09-16T17:00:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AY",
              "name": "Finnair",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AY.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AY3775",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T14:10:00",
              "arrival_at": "2026-09-16T17:00:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AY",
                "name": "Finnair"
              },
              "operating_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "xpus",
              "name": "Expedia",
              "is_airline": false,
              "rating": 4.74,
              "review_count": 4021,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/xpus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|O|Economy+Light,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|OLX0D1BV|O|Economy+Light&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WKpKCgtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAF4qlbNgAAAA|2522288284542055269|2$H4sIAAAAAAAA_-My4WKpKCgtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAF4qlbNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-219717217090745124|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:47&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "pcln",
              "name": "Priceline",
              "is_airline": false,
              "rating": 3.1,
              "review_count": 513,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/pcln/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|O|-,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|OLX0D1BV|O|-&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-Ny4GIpSM7JE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgAAiUBxQgAAAA|-933572959437094390|2$H4sIAAAAAAAA_-Ny4GIpSM7JE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgAAiUBxQgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|158869122639503048|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:52&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "finn",
              "name": "Finnair",
              "is_airline": true,
              "rating": 4.46,
              "review_count": 79,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/finn/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLX0D1BV|O|AELIGHT2,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|OLX0D1BV|O|AELIGHT2&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJy8zLE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAKBlxBNgAAAA|-7372217613625734883|2$H4sIAAAAAAAA_-My4WJJy8zLE-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAKBlxBNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-5130218428788047850|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:45&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 821.0,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "skyp",
              "name": "Kiwi.com",
              "is_airline": false,
              "rating": 4.45,
              "review_count": 6674,
              "price": {
                "amount": 821.0,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/skyp/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|-|-|-,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|-|-|-&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=821.00&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-Ny4GIpzq4sEOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgCZ2-cWQgAAAA|6696308177973284728|2$H4sIAAAAAAAA_-Ny4GIpzq4sEOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgCZ2-cWQgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|4748938794305952703|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:50&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 831.4,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "byus",
              "name": "BYOjet US",
              "is_airline": false,
              "rating": 4.49,
              "review_count": 191,
              "price": {
                "amount": 831.4,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/byus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|-|-|-,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|-|-|-&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=831.40&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJqiwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAD4_YdyNgAAAA|-5527860552227504361|2$H4sIAAAAAAAA_-My4WJJqiwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAD4_YdyNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|7067720979255034880|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:50&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 1017.19,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "cfus",
              "name": "Cheap Flights Fares",
              "is_airline": false,
              "rating": 4.4,
              "review_count": 1981,
              "price": {
                "amount": 1017.19,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/cfus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLN0T0M5|O|-,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|OLN0T0M5|O|-&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=1017.19&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjACRlITVNgAAAA|-6597380160109289818|2$H4sIAAAAAAAA_-My4WJJTistFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjACRlITVNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-7649386311603774630|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:49&pqid=true&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 1063.88,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "ovgo",
              "name": "Ovago",
              "is_airline": false,
              "rating": 4.58,
              "review_count": 479,
              "price": {
                "amount": 1063.88,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/ovgo/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|OLN0T0M5|O|Economy_Main,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|OLN0T0M5|O|Economy_Main&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=1063.88&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WLJL0vPF-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAB1Msd-NgAAAA|-3822738140142233036|2$H4sIAAAAAAAA_-My4WLJL0vPF-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAB1Msd-NgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|2164683825095250818|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:51&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 1070.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "chpo",
              "name": "CheapOair",
              "is_airline": false,
              "rating": 3.25,
              "review_count": 689,
              "price": {
                "amount": 1070.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/chpo/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|-|-|-,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|-|-|-&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=1070.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-Oy5GJJzijIF-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjFXMocEuAEJ2FVA7AAAA|-9013802891996558136|2$H4sIAAAAAAAA_-Oy5GJJzijIF-LlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjFXMocEuAEJ2FVA7AAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|9137541952940137836|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:50&pqid=false&fare_type=base_fare"
            }
          ]
        },
        {
          "price": {
            "amount": 1086.3,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "cust",
              "name": "Trip.com",
              "is_airline": false,
              "rating": 4.72,
              "review_count": 4784,
              "price": {
                "amount": 1086.3,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/cust/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/trava/flights?itinerary=flight|-32317|3776|12712|2026-09-09T19:15|13554|2026-09-10T07:20|425|-|-|-,flight|-32317|3775|13554|2026-09-16T14:10|12712|2026-09-16T17:00|470|-|-|-&carriers=-32317&operators=-32573,-32573&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=1086.30&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-Ny4GJJLi0uEeLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgD8m35CQgAAAA|8693852418469809131|2$H4sIAAAAAAAA_-Ny4GJJLi0uEeLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjEWsqXm6ocFVzKHBLgD8m35CQgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-570724447378572073|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:52&pqid=true&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.941166,
      "eco_saving_percent": 30.173302
    },
    {
      "id": "12712-2609090815--32385-0-13554-2609092010|13554-2609161120--32385-0-12712-2609161415",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 890,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T08:15:00",
          "arrival_at": "2026-09-09T20:10:00",
          "duration_minutes": 415,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5996",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T08:15:00",
              "arrival_at": "2026-09-09T20:10:00",
              "duration_minutes": 415,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T11:20:00",
          "arrival_at": "2026-09-16T14:15:00",
          "duration_minutes": 475,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5993",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T11:20:00",
              "arrival_at": "2026-09-16T14:15:00",
              "duration_minutes": 475,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5996|12712|2026-09-09T08:15|13554|2026-09-09T20:10|415|VLN00NB7|E|EA1,flight|-32385|5993|13554|2026-09-16T11:20|12712|2026-09-16T14:15|475|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|-1464104122242724289|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-711923787042151423|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.940708,
      "eco_saving_percent": 15.563136
    },
    {
      "id": "12712-2609090815--31697-0-13554-2609092010|13554-2609161550--31697-0-12712-2609161845",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 890,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T08:15:00",
          "arrival_at": "2026-09-09T20:10:00",
          "duration_minutes": 415,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS26",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T08:15:00",
              "arrival_at": "2026-09-09T20:10:00",
              "duration_minutes": 415,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T15:50:00",
          "arrival_at": "2026-09-16T18:45:00",
          "duration_minutes": 475,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "VS",
              "name": "Virgin Atlantic",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "VS153",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T15:50:00",
              "arrival_at": "2026-09-16T18:45:00",
              "duration_minutes": 475,
              "marketing_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "viaa",
              "name": "Virgin Atlantic",
              "is_airline": true,
              "rating": 4.83,
              "review_count": 154,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/viaa/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-31697|26|12712|2026-09-09T08:15|13554|2026-09-09T20:10|415|OLX06SBA|T|Economy+Light,flight|-31697|153|13554|2026-09-16T15:50|12712|2026-09-16T18:45|475|OLX06SBA|T|Economy+Light&carriers=-31697&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|-3507571495688189301|2$H4sIAAAAAAAA_-My4WIpy0xMFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjAAyM6_RNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|-5258690698899387112|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.940268,
      "eco_saving_percent": 15.763128
    },
    {
      "id": "12712-2609090935--32573-0-13554-2609092140|13554-2609161230--32573-0-12712-2609161520",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 895,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T09:35:00",
          "arrival_at": "2026-09-09T21:40:00",
          "duration_minutes": 425,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "fully_operated",
          "segments": [
            {
              "flight_number": "AA142",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T09:35:00",
              "arrival_at": "2026-09-09T21:40:00",
              "duration_minutes": 425,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T12:30:00",
          "arrival_at": "2026-09-16T15:20:00",
          "duration_minutes": 470,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "AA",
              "name": "American Airlines",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "AA6892",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T12:30:00",
              "arrival_at": "2026-09-16T15:20:00",
              "duration_minutes": 470,
              "marketing_carrier": {
                "code": "AA",
                "name": "American Airlines"
              },
              "operating_carrier": {
                "code": "BA",
                "name": "British Airways"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "aaus",
              "name": "American Airlines",
              "is_airline": true,
              "rating": 4.98,
              "review_count": 6452,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/aaus/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32573|142|12712|2026-09-09T09:35|13554|2026-09-09T21:40|425|OLX0D1BV|B|BASIC+ECONOMY,flight|-32573|6892|13554|2026-09-16T12:30|12712|2026-09-16T15:20|470|OLX0D1BV|O|BASIC+ECONOMY&carriers=-32573&operators=-32573,-32480&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|3650815654559723506|2$H4sIAAAAAAAA_-My4WJJTCwtFuLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjADJYP0cNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|1703486718683757136|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:48&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.939729
    },
    {
      "id": "12712-2609090815--32385-0-13554-2609092010|13554-2609162005--32385-0-12712-2609162250",
      "price": {
        "amount": 820.73,
        "currency": "USD",
        "formatted": "$821"
      },
      "duration_minutes": 880,
      "stop_count": 0,
      "legs": [
        {
          "origin": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "destination": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "departure_at": "2026-09-09T08:15:00",
          "arrival_at": "2026-09-09T20:10:00",
          "duration_minutes": 415,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5996",
              "origin": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "destination": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "departure_at": "2026-09-09T08:15:00",
              "arrival_at": "2026-09-09T20:10:00",
              "duration_minutes": 415,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        },
        {
          "origin": {
            "entity_id": "95565050",
            "code": "LHR",
            "name": "London Heathrow",
            "city": "London",
            "country": "United Kingdom"
          },
          "destination": {
            "entity_id": "95565058",
            "code": "JFK",
            "name": "New York John F. Kennedy",
            "city": "New York",
            "country": "United States"
          },
          "departure_at": "2026-09-16T20:05:00",
          "arrival_at": "2026-09-16T22:50:00",
          "duration_minutes": 465,
          "stop_count": 0,
          "days_offset": 0,
          "carriers": [
            {
              "code": "DL",
              "name": "Delta",
              "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
            }
          ],
          "operation_type": "not_operated",
          "segments": [
            {
              "flight_number": "DL5991",
              "origin": {
                "entity_id": "95565050",
                "code": "LHR",
                "name": "London Heathrow",
                "type": "airport",
                "city": "London",
                "city_entity_id": "27544008",
                "country": "United Kingdom",
                "country_code": "UK"
              },
              "destination": {
                "entity_id": "95565058",
                "code": "JFK",
                "name": "New York John F. Kennedy",
                "type": "airport",
                "city": "New York",
                "city_entity_id": "27537542",
                "country": "United States",
                "country_code": "US"
              },
              "departure_at": "2026-09-16T20:05:00",
              "arrival_at": "2026-09-16T22:50:00",
              "duration_minutes": 465,
              "marketing_carrier": {
                "code": "DL",
                "name": "Delta"
              },
              "operating_carrier": {
                "code": "VS",
                "name": "Virgin Atlantic"
              }
            }
          ]
        }
      ],
      "booking_options": [
        {
          "price": {
            "amount": 820.73,
            "currency": "USD"
          },
          "agents": [
            {
              "id": "dela",
              "name": "Delta",
              "is_airline": true,
              "rating": 4.94,
              "review_count": 5050,
              "price": {
                "amount": 820.73,
                "currency": "USD"
              },
              "booking_type": "pbook",
              "link": "https://www.skyscanner.net/transport_deeplink/4.0/US/en-US/USD/dela/2/12712.13554.2026-09-09,13554.12712.2026-09-16/air/airli/flights?itinerary=flight|-32385|5996|12712|2026-09-09T08:15|13554|2026-09-09T20:10|415|VLN00NB7|E|EA1,flight|-32385|5991|13554|2026-09-16T20:05|12712|2026-09-16T22:50|465|VLN00NB7|E|EA1&carriers=-32385&operators=-31697,-31697&passengers=1&channel=website&cabin_class=economy&fps_session_id=b9a47b93-cd38-48f6-af11-12d28d01d03b&ticket_price=820.73&is_npt=false&is_multipart=false&client_id=skyscanner_website&request_id=13ca2fbc-51e1-445d-9b56-c40efe1f279c&q_ids=H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|-5767493131486726464|2$H4sIAAAAAAAA_-My4WJJSc1JFOLlWJGsxGFpampmamBqIcXL8SkTzjVQaDjcdJVNo2HH8qtsRkwKjABQUAwgNgAAAA|AAIBAgEAAgfqCQkIOTU1NjUwNTgIOTU1NjUwNTAH6gkQCDk1NTY1MDUwCDk1NTY1MDU4AgAAMagAADTyAAA08gAAMag|2733082653357344685|2&q_sources=JACQUARD&commercial_filters=false&q_datetime_utc=2026-09-08T09:07:44&pqid=false&fare_type=base_fare"
            }
          ]
        }
      ],
      "fare_policy": {
        "is_change_allowed": false,
        "is_partially_changeable": false,
        "is_cancellation_allowed": false,
        "is_partially_refundable": false
      },
      "is_self_transfer": false,
      "is_protected_self_transfer": false,
      "has_flexible_options": false,
      "score": 0.939358,
      "eco_saving_percent": 16.971033
    },
    "... 75 more items"
  ],
  "filters": {
    "duration_minutes": {
      "min": 465,
      "max": 1000
    },
    "layover_minutes": {
      "min": 50,
      "max": 443
    },
    "cheapest_by_stops": {
      "direct": {
        "amount": 750.0,
        "currency": "USD",
        "formatted": "$750"
      },
      "one_stop": {
        "amount": 759.0,
        "currency": "USD",
        "formatted": "$759"
      },
      "two_or_more_stops": {
        "amount": 835.0,
        "currency": "USD",
        "formatted": "$835"
      }
    },
    "carriers": [
      {
        "code": "EI",
        "name": "Aer Lingus",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/EI.png"
      },
      {
        "code": "AF",
        "name": "Air France",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AF.png"
      },
      {
        "code": "AS",
        "name": "Alaska Airlines",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AS.png"
      },
      {
        "code": "AA",
        "name": "American Airlines",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AA.png"
      },
      {
        "code": "BA",
        "name": "British Airways",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/BA.png"
      },
      {
        "code": "SN",
        "name": "Brussels Airlines",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/SN.png"
      },
      {
        "code": "DL",
        "name": "Delta",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/DL.png"
      },
      {
        "code": "AY",
        "name": "Finnair",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/AY.png"
      },
      {
        "code": "IB",
        "name": "Iberia",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/IB.png"
      },
      {
        "code": "B6",
        "name": "jetBlue",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/B6.png"
      },
      {
        "code": "KL",
        "name": "KLM",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/KL.png"
      },
      {
        "code": "LH",
        "name": "Lufthansa",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/LH.png"
      },
      {
        "code": "LX",
        "name": "SWISS",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/LX.png"
      },
      {
        "code": "TP",
        "name": "TAP Air Portugal",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/TP.png"
      },
      {
        "code": "UA",
        "name": "United",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/UA.png"
      },
      {
        "code": "VS",
        "name": "Virgin Atlantic",
        "logo_link": "https://logos.skyscnr.com/images/airlines/favicon/VS.png"
      }
    ],
    "alliances": [
      {
        "name": "OneWorld"
      },
      {
        "name": "Star Alliance"
      },
      {
        "name": "SkyTeam"
      }
    ],
    "layover_airports": [
      {
        "code": "AMS",
        "entity_id": "95565044",
        "name": "Amsterdam Schiphol",
        "cheapest_price": {
          "amount": 813.63,
          "currency": "USD",
          "formatted": "$814"
        }
      },
      {
        "code": "BCN",
        "entity_id": "95565085",
        "name": "Barcelona",
        "cheapest_price": {
          "amount": 798.93,
          "currency": "USD",
          "formatted": "$799"
        }
      },
      {
        "code": "BOS",
        "entity_id": "95673679",
        "name": "Boston Logan International",
        "cheapest_price": {
          "amount": 758.48,
          "currency": "USD",
          "formatted": "$759"
        }
      },
      {
        "code": "BRU",
        "entity_id": "95565036",
        "name": "Brussels International",
        "cheapest_price": {
          "amount": 804.04,
          "currency": "USD",
          "formatted": "$805"
        }
      },
      {
        "code": "CLT",
        "entity_id": "95673672",
        "name": "Charlotte Douglas",
        "cheapest_price": {
          "amount": 802.95,
          "currency": "USD",
          "formatted": "$803"
        }
      },
      {
        "code": "ORD",
        "entity_id": "95673392",
        "name": "Chicago O'Hare International",
        "cheapest_price": {
          "amount": 802.95,
          "currency": "USD",
          "formatted": "$803"
        }
      },
      {
        "code": "DUB",
        "entity_id": "95673529",
        "name": "Dublin",
        "cheapest_price": {
          "amount": 790.8,
          "currency": "USD",
          "formatted": "$791"
        }
      },
      {
        "code": "EDI",
        "entity_id": "95673668",
        "name": "Edinburgh",
        "cheapest_price": {
          "amount": 925.63,
          "currency": "USD",
          "formatted": "$926"
        }
      },
      {
        "code": "FRA",
        "entity_id": "95673652",
        "name": "Frankfurt am Main",
        "cheapest_price": {
          "amount": 834.58,
          "currency": "USD",
          "formatted": "$835"
        }
      },
      {
        "code": "GVA",
        "entity_id": "95674055",
        "name": "Geneva",
        "cheapest_price": {
          "amount": 827.0,
          "currency": "USD",
          "formatted": "$827"
        }
      },
      {
        "code": "HEL",
        "entity_id": "95673700",
        "name": "Helsinki Vantaa",
        "cheapest_price": {
          "amount": 880.33,
          "currency": "USD",
          "formatted": "$881"
        }
      },
      {
        "code": "MAD",
        "entity_id": "95565077",
        "name": "Madrid",
        "cheapest_price": {
          "amount": 793.63,
          "currency": "USD",
          "formatted": "$794"
        }
      },
      {
        "code": "MIA",
        "entity_id": "95673821",
        "name": "Miami International",
        "cheapest_price": {
          "amount": 830.83,
          "currency": "USD",
          "formatted": "$831"
        }
      },
      {
        "code": "MUC",
        "entity_id": "95673491",
        "name": "Munich",
        "cheapest_price": {
          "amount": 815.74,
          "currency": "USD",
          "formatted": "$816"
        }
      },
      {
        "code": "CDG",
        "entity_id": "95565041",
        "name": "Paris Charles de Gaulle",
        "cheapest_price": {
          "amount": 813.73,
          "currency": "USD",
          "formatted": "$814"
        }
      },
      {
        "code": "PIT",
        "entity_id": "95673879",
        "name": "Pittsburgh International",
        "cheapest_price": {
          "amount": 802.95,
          "currency": "USD",
          "formatted": "$803"
        }
      },
      {
        "code": "RDU",
        "entity_id": "95673938",
        "name": "Raleigh / Durham",
        "cheapest_price": {
          "amount": 802.95,
          "currency": "USD",
          "formatted": "$803"
        }
      },
      {
        "code": "KEF",
        "entity_id": "128667498",
        "name": "Reykjavik Keflavik",
        "cheapest_price": {
          "amount": 1151.0,
          "currency": "USD",
          "formatted": "$1,151"
        }
      },
      {
        "code": "SNN",
        "entity_id": "95674051",
        "name": "Shannon",
        "cheapest_price": {
          "amount": 787.31,
          "currency": "USD",
          "formatted": "$788"
        }
      },
      {
        "code": "ZRH",
        "entity_id": "95673856",
        "name": "Zurich",
        "cheapest_price": {
          "amount": 811.04,
          "currency": "USD",
          "formatted": "$812"
        }
      }
    ]
  },
  "search": {
    "origin": {
      "entity_id": "95565058",
      "name": "New York John F. Kennedy",
      "code": "JFK"
    },
    "destination": {
      "entity_id": "95565050",
      "name": "London Heathrow",
      "code": "LHR"
    },
    "depart_date": "2026-09-09",
    "return_date": "2026-09-16",
    "trip_type": "roundtrip",
    "adults": 1,
    "children": 0,
    "infants": 0,
    "cabin_class": "economy",
    "currency": "USD"
  }
}