# Retrieve Airports API
This API endpoint allows you to retrieve a list of airports located at a specified location by using a query. The information provided by this endpoint will be useful as an input parameter for the Flight Prices API.
Example API Request:
Use Edit parameters to customize the call, then run it and review the live response below.
API Response Objects
Each item in the response includes the following fields.
| Field | Description |
|---|---|
skyId
|
Skyscanner location identifier. |
entityId
|
Entity identifier for the location. |
presentation.title
|
Display title for the location. |
presentation.suggestionTitle
|
Suggestion title shown in search results. |
presentation.subtitle
|
Subtitle (e.g., country name). |
navigation.entityId
|
Navigation entity identifier. |
navigation.entityType
|
Entity type (e.g., CITY). |
navigation.localizedName
|
Localized name of the location. |
navigation.relevantFlightParams
|
Flight search parameters for this location. |
navigation.relevantHotelParams
|
Hotel search parameters for this location. |