Universe

Atrybuty

pathstring
createTimestring
Tylko dane wyjściowe
updateTimestring
Tylko dane wyjściowe
displayNamestring
Tylko dane wyjściowe
descriptionstring
Tylko dane wyjściowe

Jedna z następujących dla owner:

userstring
Tylko dane wyjściowe
groupstring
Tylko dane wyjściowe
visibilityEnum<string>
Tylko dane wyjściowe
facebookSocialLinkobject
twitterSocialLinkobject
youtubeSocialLinkobject
twitchSocialLinkobject
discordSocialLinkobject
robloxGroupSocialLinkobject
guildedSocialLinkobject
voiceChatEnabledboolean
ageRatingEnum<string>
Tylko dane wyjściowe
privateServerPriceRobuxnumber
desktopEnabledboolean
mobileEnabledboolean
tabletEnabledboolean
consoleEnabledboolean
vrEnabledboolean
Podstawowy adres URL

https://apis.roblox.com/cloud
Zasób Universe

{
"path": "universes/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"displayName": "ROBLOX Battle [OPEN]",
"description": "OPEN SOURCE! \n Feel free to check out how we made this game and ask us about it!",
"user": "string",
"visibility": "VISIBILITY_UNSPECIFIED",
"facebookSocialLink": {
"title": "string",
"uri": "string"
},
"twitterSocialLink": {
"title": "string",
"uri": "string"
},
"youtubeSocialLink": {
"title": "string",
"uri": "string"
},
"twitchSocialLink": {
"title": "string",
"uri": "string"
},
"discordSocialLink": {
"title": "string",
"uri": "string"
},
"robloxGroupSocialLink": {
"title": "string",
"uri": "string"
},
"guildedSocialLink": {
"title": "string",
"uri": "string"
},
"voiceChatEnabled": true,
"ageRating": "AGE_RATING_UNSPECIFIED",
"privateServerPriceRobux": "integer",
"desktopEnabled": true,
"mobileEnabled": true,
"tabletEnabled": true,
"consoleEnabled": true,
"vrEnabled": true
}

Universe

Get Universe

GET /cloud/v2/universes/{universe}
ŻądanieParametry ścieżki
universestring
Wymagane
Odpowiedź:Universe
GET /cloud/v2/universes/{universe}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/universes/{universe}' \
-H 'x-api-key: {your-api-key}'
Odpowiedź:

{
"path": "universes/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"displayName": "ROBLOX Battle [OPEN]",
"description": "OPEN SOURCE! \n Feel free to check out how we made this game and ask us about it!",
"user": "string",
"visibility": "VISIBILITY_UNSPECIFIED",
"facebookSocialLink": {
"title": "string",
"uri": "string"
},
"twitterSocialLink": {
"title": "string",
"uri": "string"
},
"youtubeSocialLink": {
"title": "string",
"uri": "string"
},
"twitchSocialLink": {
"title": "string",
"uri": "string"
},
"discordSocialLink": {
"title": "string",
"uri": "string"
},
"robloxGroupSocialLink": {
"title": "string",
"uri": "string"
},
"guildedSocialLink": {
"title": "string",
"uri": "string"
},
"voiceChatEnabled": true,
"ageRating": "AGE_RATING_UNSPECIFIED",
"privateServerPriceRobux": "integer",
"desktopEnabled": true,
"mobileEnabled": true,
"tabletEnabled": true,
"consoleEnabled": true,
"vrEnabled": true
}

Universe

Update Universe

PATCH /cloud/v2/universes/{universe}
Zakresy
universe:write
ŻądanieParametry ścieżki
universestring
Wymagane
Parametry zapytania
updateMaskstring
Treść żądaniaUniverse
Odpowiedź:Universe
PATCH /cloud/v2/universes/{universe}

curl -L -X PATCH 'https://apis.roblox.com/cloud/v2/universes/{universe}?updateMask={string}' \
-H 'x-api-key: {your-api-key}' \
--data '{ \
"facebookSocialLink": { \
"title": "string", \
"uri": "string" \
}, \
"twitterSocialLink": { \
"title": "string", \
"uri": "string" \
}, \
"youtubeSocialLink": { \
"title": "string", \
"uri": "string" \
}, \
"twitchSocialLink": { \
"title": "string", \
"uri": "string" \
}, \
"discordSocialLink": { \
"title": "string", \
"uri": "string" \
}, \
"robloxGroupSocialLink": { \
"title": "string", \
"uri": "string" \
}, \
"guildedSocialLink": { \
"title": "string", \
"uri": "string" \
}, \
"voiceChatEnabled": true, \
"privateServerPriceRobux": "integer", \
"desktopEnabled": true, \
"mobileEnabled": true, \
"tabletEnabled": true, \
"consoleEnabled": true, \
"vrEnabled": true \
}'
Odpowiedź:

{
"path": "universes/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"displayName": "ROBLOX Battle [OPEN]",
"description": "OPEN SOURCE! \n Feel free to check out how we made this game and ask us about it!",
"user": "string",
"visibility": "VISIBILITY_UNSPECIFIED",
"facebookSocialLink": {
"title": "string",
"uri": "string"
},
"twitterSocialLink": {
"title": "string",
"uri": "string"
},
"youtubeSocialLink": {
"title": "string",
"uri": "string"
},
"twitchSocialLink": {
"title": "string",
"uri": "string"
},
"discordSocialLink": {
"title": "string",
"uri": "string"
},
"robloxGroupSocialLink": {
"title": "string",
"uri": "string"
},
"guildedSocialLink": {
"title": "string",
"uri": "string"
},
"voiceChatEnabled": true,
"ageRating": "AGE_RATING_UNSPECIFIED",
"privateServerPriceRobux": "integer",
"desktopEnabled": true,
"mobileEnabled": true,
"tabletEnabled": true,
"consoleEnabled": true,
"vrEnabled": true
}

Universe

Restart Universe Servers

POST /cloud/v2/universes/{universe}:restartServers
Zakresy
universe:write
ŻądanieParametry ścieżki
universestring
Wymagane
Treść żądania
Odpowiedź:
POST /cloud/v2/universes/{universe}:restartServers

curl -L -X POST 'https://apis.roblox.com/cloud/v2/universes/{universe}:restartServers' \
-H 'x-api-key: {your-api-key}' \
--data '{}'
Odpowiedź:

null