---
title: "Gets the place configuration for the place with the id placeId"
method: GET
path: "/v2/places/{placeId}"
tags: ["Places"]
---

# Gets the place configuration for the place with the id placeId

`GET /v2/places/{placeId}`

## Path parameters

- `placeId` integer, required

## Response `200`

OK

- RobloxApiDevelopModelsPlaceModelV2 — A model containing information about a place
  - `maxPlayerCount` integer — The max number of players for the place.
  - `socialSlotType` string — The social slot type for the place. Determines how users are placed into servers. Examples: Automatic, Empty, Custom
  - `customSocialSlotsCount` integer — The number of social slots for the place when the slot type is custom.
  - `allowCopying` boolean — Determines if copying of the place is allowed.
  - `currentSavedVersion` integer — The current saved version number of the place.
  - `isAllGenresAllowed` boolean — Whether all genres allowed in the place.
  - `allowedGearTypes` integer[] — Types of Roblox gear that are allowed to exist in the place. Valid values are from amp::AssetCategory
  - `maxPlayersAllowed` integer — The maximum allowed number of players for the place that the user can set, based on user roleset.
  - `created` string, date-time — The time place was created.
  - `updated` string, date-time — The time place was updated.
  - `id` integer — Returns the place id.
  - `universeId` integer — Returns the id of the place's universe, or null - if the place is not part of a universe.
  - `name` string — Returns the place name.
  - `description` string — Returns the place description.
  - `isRootPlace` boolean — Returns whether this place is the root place.

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — Authenticated user is not authorized to manage this place.
- `404` — placeId Place not found.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/756260310407/schema)
