Lodol Docs

Roblox

API actions for the Roblox integration.

Roblox

Manage Roblox experiences, places, and user inventories via Open Cloud.


Get experience details

Retrieve metadata for a Roblox experience by universe ID.

Parameters

ParameterTypeRequiredDescription
universe_idstringYesRoblox universe identifier for the experience.

Response

{}

Get user inventory

Retrieve inventory items for a Roblox user with optional filtering by asset type.

Parameters

ParameterTypeRequiredDescription
roblox_user_idstringYesRoblox user identifier.
asset_typestringNoOptional asset type to filter inventory items (e.g., Accessory).
limitnumberNoMaximum number of items to return.

Response

{}

List universe places

List places configured inside a Roblox universe.

Parameters

ParameterTypeRequiredDescription
universe_idstringYesRoblox universe identifier for the experience.
cursorstringNoPagination cursor from a previous call.
limitnumberNoMaximum number of places to return.

Response

{}

On this page