GET
/
v2
/
search
/
place

Authorizations

Authorization
string
header
required

It is the "access_token" returned after login

Query Parameters

input
string
required
location[lng]
number

The approximate longitude of the place you're searching for.

location[lat]
number

The approximate latitude of the place you are searching for.

Response

200 - application/json

Place object returned with '/v2/g-place/{googlePlaceId}'

address
string

The formatted address of the place.

averageGrade
number | null
city
string | null
country
string | null
editorialSummary
string | null

Description on https://developers.google.com/maps/documentation/places/web-service/details

events
object[]
id
string
lat
number
lng
number
name
string
periods
object[] | null

Description on https://developers.google.com/maps/documentation/places/web-service/details

photoRef
string | null

Description on https://developers.google.com/maps/documentation/places/web-service/details

postalCode
string | null
street
string | null
totalGrades
number | null
website
string | null