Place(placeId)

PARAM placeId : Place Id of a game or place

get_place_info()

RETURN : Dictionary

{
'placeName':'string',
'placeDescription':'string',
'placeCreated':'string',
'placeUpdated':'string',
'placeFavouriteCount':0,
'placeUrl':'string',
'placeVisitCount':0,
'placeMaxPlayers':0,
'placeBuilder':'string',
'placeBuilderUrl':'string',
'placeGenre':'string',
'placeOnlineCount':0,
'placeUpvotes':0,
'placeDownvotes':0
}

Last updated

Was this helpful?