Expedia Scraper

ENDPOINTS
GET/expedia/flights/airports

Airport Search

Search for airports and metro areas by city name, airport name, or IATA code to obtain identifiers for flight search.

QUERY PARAMS

Search text to find airports. City name, airport name, or IATA code.

{
  "locations": [
    {
      "name": "London (LON - All Airports)",
      "airport": {
        "iata_code": "LON",
        "airport_id": "6139104",
        "metro_code": "LON",
        "multi_city_id": "178279"
      },
      "country": {
        "code": "GB",
        "name": "United Kingdom",
        "code_alpha3": "GBR"
      },
      "latitude": "51.54783319395783",
      "full_name": "London, United Kingdom (LON-All Airports)",
      "longitude": "0.021250695442023394",
      "region_id": "6139104",
      "short_name": "London (LON-All Airports)",
      "display_label": "London (LON - All Airports), United Kingdom",
      "location_type": "METROCODE",
      "secondary_label": "United Kingdom",
      "is_minor_airport": false,
      "distance_from_center": null
    },
    {
      "name": "London (LHR - Heathrow)",
      "airport": {
        "iata_code": "LHR",
        "airport_id": "5392460",
        "metro_code": "LON",
        "multi_city_id": "178279"
      },
      "country": {
        "code": "GB",
        "name": "United Kingdom",
        "code_alpha3": "GBR"
      },
      "latitude": "51.470878",
      "full_name": "London, United Kingdom (LHR-Heathrow)",
      "longitude": "-0.449753",
      "region_id": "5392460",
      "short_name": "London (LHR-Heathrow)",
      "display_label": "London (LHR - Heathrow), 23 km from city centre",
      "location_type": "AIRPORT",
      "secondary_label": "23 km from city centre",
      "is_minor_airport": false,
      "distance_from_center": {
        "km": 22.66774624656282,
        "miles": 14.085119518910124
      }
    },
    {
      "name": "London (LGW - Gatwick)",
      "airport": {
        "iata_code": "LGW",
        "airport_id": "5719884",
        "metro_code": "LON",
        "multi_city_id": "178279"
      },
      "country": {
        "code": "GB",
        "name": "United Kingdom",
        "code_alpha3": "GBR"
      },
      "latitude": "51.156026",
      "full_name": "London, United Kingdom (LGW-Gatwick)",
      "longitude": "-0.16458",
      "region_id": "5719884",
      "short_name": "London (LGW-Gatwick)",
      "display_label": "London (LGW - Gatwick), 39 km from city centre",
      "location_type": "AIRPORT",
      "secondary_label": "39 km from city centre",
      "is_minor_airport": false,
      "distance_from_center": {
        "km": 39.16166894672392,
        "miles": 24.3339934051996
      }
    },
    {
      "name": "London (STN - Stansted)",
      "airport": {
        "iata_code": "STN",
        "airport_id": "5133395",
        "metro_code": "LON",
        "multi_city_id": "178279"
      },
      "country": {
        "code": "GB",
        "name": "United Kingdom",
        "code_alpha3": "GBR"
      },
      "latitude": "51.889432",
      "full_name": "London, United Kingdom (STN-Stansted)",
      "longitude": "0.262148",
      "region_id": "5133395",
      "short_name": "London (STN-Stansted)",
      "display_label": "London (STN - Stansted), 50 km from city centre",
      "location_type": "AIRPORT",
      "secondary_label": "50 km from city centre",
      "is_minor_airport": false,
      "distance_from_center": {
        "km": 50.25675337749877,
        "miles": 31.228176381310828
      }
    },
    {
      "name": "London (LCY - London City)",
      "airport": {
        "iata_code": "LCY",
        "airport_id": "5849932",
        "metro_code": "LON",
        "multi_city_id": "178279"
      },
      "country": {
        "code": "GB",
        "name": "United Kingdom",
        "code_alpha3": "GBR"
      },
      "latitude": "51.503667",
      "full_name": "London, United Kingdom (LCY-London City)",
      "longitude": "0.049717",
      "region_id": "5849932",
      "short_name": "London (LCY-London City)",
      "display_label": "London (LCY - London City), 12 km from city centre",
      "location_type": "AIRPORT",
      "secondary_label": "12 km from city centre",
      "is_minor_airport": false,
      "distance_from_center": {
        "km": 12.284746007790961,
        "miles": 7.633406245908858
      }
    },
    {
      "name": "London (LTN - Luton)",
      "airport": {
        "iata_code": "LTN",
        "airport_id": "5133388",
        "metro_code": "LON",
        "multi_city_id": "178279"
      },
      "country": {
        "code": "GB",
        "name": "United Kingdom",
        "code_alpha3": "GBR"
      },
      "latitude": "51.878796",
      "full_name": "London, United Kingdom (LTN-Luton)",
      "longitude": "-0.376453",
      "region_id": "5133388",
      "short_name": "London (LTN-Luton)",
      "display_label": "London (LTN - Luton), United Kingdom",
      "location_type": "AIRPORT",
      "secondary_label": "United Kingdom",
      "is_minor_airport": false,
      "distance_from_center": null
    },
    {
      "name": "Londonderry (LDY - City of Derry)",
      "airport": {
        "iata_code": "LDY",
        "airport_id": "6029577",
        "metro_code": null,
        "multi_city_id": "2038"
      },
      "country": {
        "code": "GB",
        "name": "United Kingdom",
        "code_alpha3": "GBR"
      },
      "latitude": "54.99744",
      "full_name": "Londonderry, Northern Ireland, United Kingdom",
      "longitude": "-7.32099",
      "region_id": "2038",
      "short_name": "Londonderry",
      "display_label": "Londonderry (LDY - City of Derry), Northern Ireland, United Kingdom",
      "location_type": "CITY",
      "secondary_label": "Northern Ireland, United Kingdom",
      "is_minor_airport": false,
      "distance_from_center": null
    }
  ],
  "total_results": 7
}