Search Places
Search for a Place.
Authorizations
AuthorizationstringRequired
Enter your PredictHQ API key. The Bearer prefix is added automatically.
When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating
Query parameters
offsetintegerOptional
limitinteger · min: 1Optional
idstring[]Optional
A comma-separated list of place identifiers.
E.g. ?id=5115985
countrystring[]Optional
A comma-separated list of ISO 3166-1 alpha-2 country code.
E.g. ?country=US
locationstringOptional
A coordinate in the form @{latitude},{longitude}.
E.g. [email protected],-73.88236
qstringOptional
A full-text search query.
E.g. ?q=New+York
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/v1/placesExamples
OpenAPI Spec
Guides
Last updated
Was this helpful?