/skyscanner/places/search

POST /api/skyscanner/places/search

Price: 1 credit

Resolve a place name, city or airport into Skyscanner place identifiers via autosuggest. Returns ranked matches with the entity id (used as origin/destination in flights search), sky id, IATA code (city metro code, e.g. LON for London), display name, place type (airport, city or country), parent city, country and coordinates. Use this to turn a human place name into the entity ids required by the flights search endpoint.

How to use it

Autosuggest Skyscanner places by query (a city, airport or country name). Returns matches with entity_id (feed this as origin/destination to flights/search), sky_id, iata_code (the city IATA metro code, e.g. LON; null for individual airports), name, type (airport/city/country), city, country, country_code and latitude/longitude.

Parameters

Request body

Response

Errors

Response headers