Direct Event Data Serving
Get place
Get place’s whole informations and events that will take place. You can use it to create a page for the place.
GET
/
v2
/
place
/
{placeId}
Authorizations
Authorization
string
headerrequiredIt is the "access_token" returned after login
Path Parameters
placeId
number
requiredResponse
200 - application/json
Place object returned with '/v2/place/{placeId}'
id
integer
googleId
string
The unique identifier of the place in the Google Places API.
name
string
description
string | null
image
string | null
squareImage
string | null
rectangleImage
string | null
webImage
string | null
averageGrade
number | null
This is the average grade for the place on Google.
totalGrades
number | null
This is the total number of grades for the place on Google.
address
object
schedules
object[] | null
events
object[]
Was this page helpful?