Locations
Search locations
Canonical place autocomplete. Job locations must reference a suggestion's locationId. Free-typed places are rejected.
get/locations/search
Query parameters
qstring required
countrystring
Response
Matching places, best first.
Example response
{
"items": [
{
"locationId": 17024,
"displayName": "San Francisco, California, United States",
"city": "San Francisco",
"stateProvince": "California",
"country": "United States"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.