| Query parameter | Description |
|---|---|
apiKey Required | |
searchTerm Required | The search term used to find matching places. |
| Responses |
|---|
200 - application/json Retrieve a list of results. Maximum of 6 items are returned. {
"results": [
{
"placeId": 175485,
"primaryPlaceType": "city",
"displayPlaceType": {
"type": "city",
"displayName": "City"
},
"name": "John F Kennedy Intl",
"fullName": "John F Kennedy Intl, New York, United States, (JFK)",
"countryName": "United States",
"regionName": "New York",
"cityName": "New York",
"iataCode": "JFK",
"isMetro": false
}
]
} |