Skip to main content
GET
/
api
/
places
Query Google Places API
curl --request GET \
  --url https://serengo.zias.be/api/places \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

action
enum<string>
required
Available options:
search,
autocomplete,
details,
nearby
query
string
placeId
string
lat
number
lng
number
radius
integer
default:5000
type
string

Response

200 - application/json

Places data

The response is of type object.