Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Roblox Engine API Universes API

Experience (universe) management

Roblox Engine API Universes API is one of 8 APIs that Roblox Engine API publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Universes. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 5 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://apis.roblox.com.

5 operations 3 paths 4 schemas 2 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://apis.roblox.com
Authentication
API Key
License
Proprietary
Terms of Service
Resource Areas
1

Authentication & Security 1

Roblox Engine API Universes API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth).

  • ApiKeyAuth — Roblox Open Cloud API key scoped to specific resources

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 2 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Universes 5

Experience (universe) management

GET
/cloud/v2/universes/{universeId}
Get Universe
getUniverse 1 param → 200401403404
PATCH
/cloud/v2/universes/{universeId}
Update Universe
updateUniverse 2 params body → 200401404
POST
/cloud/v2/universes/{universeId}:restart-servers
Restart Universe Servers
restartUniverseServers 1 param → 200401403404
GET
/cloud/v2/universes/{universeId}/user-restrictions/{userId}
Get User Restriction
getUserRestriction 2 params → 200401
PATCH
/cloud/v2/universes/{universeId}/user-restrictions/{userId}
Update User Restriction
updateUserRestriction 2 params body → 200401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Universe (7 properties), UserRestriction (7 properties), Error (3 properties), UpdateUniverseRequest (3 properties). Each schema is shown below with its type and property counts.

UserRestriction
object
7 properties
UpdateUniverseRequest
object
3 properties
Error
object
3 properties
Universe
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

roblox-engine-api-universes-api-openapi.yml Raw ↑

Other APIs Roblox Engine API publishes across the network.

Roblox Engine API
Roblox Engine API Assets API
Roblox Engine API Data Stores API
Roblox Engine API Groups API
Roblox Engine API Messaging API
Roblox Engine API Places API
Roblox Engine API Users API