---
title: "Get place details"
method: GET
path: "/v1/games/multiget-place-details"
tags: ["Places", "Universes"]
---

# Get place details

`GET /v1/games/multiget-place-details`

## Query parameters

- `placeIds` integer[], required

## Response `200`

OK

- RobloxGamesApiModelsResponsePlaceDetails[]
  - `placeId` integer — Place Id
  - `name` string — Place name
  - `description` string — Place description
  - `sourceName` string — Place name in source language
  - `sourceDescription` string — Place description in source language
  - `url` string — Url
  - `builder` string — Creator name
  - `builderId` integer — Creator Id
  - `hasVerifiedBadge` boolean — Builder verified badge status.
  - `isPlayable` boolean — Is playable
  - `reasonProhibited` string — Reason prohibited
  - `universeId` integer — Universe id
  - `universeRootPlaceId` integer — UniverseRootPlaceId
  - `price` integer — Price
  - `imageToken` string — Place image token
  - `fiatPurchaseData` RobloxGamesApiModelsResponsePurchaseData
    - `localizedFiatPrice` string — Fiat purchase price in a localized string for display on client.
    - `basePriceId` string — ID of base price, needed by clients to prepare purchase url.

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

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