---
title: "Gets a list of universes."
method: GET
path: "/v1/universes/multiget"
tags: ["Universes"]
---

# Gets a list of universes.

`GET /v1/universes/multiget`

If a universe can not be found for a given ID (such as -1) it will be skipped.

## Query parameters

- `ids` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxApiDevelopModelsUniverseModel
  - `data` RobloxApiDevelopModelsUniverseModel[]
    - `id` integer — The universe Id.
    - `name` string — The name of the universe
    - `description` string — The description of the universe
    - `isArchived` boolean — Is this universe archived
    - `rootPlaceId` integer — The universe's root place id
    - `isActive` boolean — Is this universe active
    - `privacyType` string — The universe's privacy type.
    - `creatorType` string — The creator type, either "User" or "Group"
    - `creatorTargetId` integer — The id of the user or group that created this universe.
    - `creatorName` string — The name of the creator of the universe.
    - `created` string, date-time — The created System.DateTime
    - `updated` string, date-time — The updated System.DateTime
    - `audiences` integer[] — The audiences this universe is visible to (e.g. Editors, PlayTesters, Friends, Public). Always non-null; may be empty when audience visibility has not been configured.

## Other responses

- `400` — 8: No universe IDs sent to get. 9: Too many universe IDs sent to get, the limit is:

---

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