v1
latestOpenAPI 3.0.42026-08-068161,1253.1 MBPlaces
Universes
Get Place
Gets the specified place.
get/cloud/v2/universes/{universe_id}/places/{place_id}
Path parameters
universe_idstring required
The universe ID.
place_idstring required
The place ID.
Response
OK
Example response
{
"path": "universes/123/places/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"displayName": "ROBLOX Battle [OPEN]",
"description": "OPEN SOURCE! \n Feel free to check out how we made this game and ask us about it!",
"root": true,
"universeRuntimeCreation": true,
"templatePlace": "universes/{universe_id}/places/{place_id}"
}