GET
/
v2
/
g-place
/
{googlePlaceId}

Authorizations

Authorization
string
header
required

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}'

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