---
title: "Gets a list of places for a universe."
method: GET
path: "/v1/universes/{universeId}/places"
tags: ["Places", "Universes"]
---

# Gets a list of places for a universe.

`GET /v1/universes/{universeId}/places`

## Path parameters

- `universeId` integer, required

## Query parameters

- `isUniverseCreation` boolean
- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxApiDevelopModelsIPlaceModel
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxApiDevelopModelsIPlaceModel[]

---

[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/revisions/e15802062270/schema)
