universeInfo
Gets information about a universe.
Parameters
| Name | Type | Description |
|---|---|---|
| universeId | UniverseId | The id of the universe to get information about. |
Example
const { data: universeInfo } = await ExperiencesApi.universeInfo({ universeId: 5795192361 }); Example Data
{
path: "universes/5795192361",
createTime: 2024-03-25T10:42:46.360Z,
updateTime: 2024-03-25T10:42:46.360Z,
displayName: "MightyPart's Place Number: 201",
description: "",
user: "users/45348281",
visibility: "PRIVATE",
voiceChatEnabled: false,
ageRating: "AGE_RATING_UNSPECIFIED",
desktopEnabled: true,
mobileEnabled: true,
tabletEnabled: true,
consoleEnabled: false,
vrEnabled: true,
} Endpoint
GET /cloud/v2/universes/{universeId}