Lodol Docs

Roblox

API actions for the Roblox integration.

Roblox

Manage Roblox experiences, places, and user inventories.


Get experience details

Look up the details of a Roblox experience by its universe ID.

Parameters

ParameterTypeRequiredDescription
universe_idstringYesThe universe ID of the Roblox experience.

Response

{}

Get user inventory

List the items in a Roblox user's inventory, with the option to filter by item type.

Parameters

ParameterTypeRequiredDescription
roblox_user_idstringYesThe Roblox user's ID, for example, 123456789.
asset_typestringNoOnly include items of this type, for example, Accessory.
limitnumberNoMaximum number of items to return.

Response

{}

List universe places

List the places inside a Roblox universe.

Parameters

ParameterTypeRequiredDescription
universe_idstringYesThe universe ID of the Roblox experience.
cursorstringNoTo get the next page of results, enter the cursor value from the previous run.
limitnumberNoMaximum number of places to return.

Response

{}

On this page