GET
/
v2
/
g-place
/
{googlePlaceId}

Authorizations

Authorization
string
headerrequired

It is the "access_token" returned after login

Path Parameters

googlePlaceId
string
required

Response

200 - application/json

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

id
string
name
string
address
string

The formatted address of the place.

lng
number
lat
number
averageGrade
number | null
totalGrades
number | null
street
string | null
city
string | null
postalCode
string | null
country
string | null
photoRef
string | null

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

website
string | null
editorialSummary
string | null

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

periods
object[] | null

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

events
object[]