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
| Parameter | Type | Required | Description |
|---|---|---|---|
universe_id | string | Yes | The 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
| Parameter | Type | Required | Description |
|---|---|---|---|
roblox_user_id | string | Yes | The Roblox user's ID, for example, 123456789. |
asset_type | string | No | Only include items of this type, for example, Accessory. |
limit | number | No | Maximum number of items to return. |
Response
{}List universe places
List the places inside a Roblox universe.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
universe_id | string | Yes | The universe ID of the Roblox experience. |
cursor | string | No | To get the next page of results, enter the cursor value from the previous run. |
limit | number | No | Maximum number of places to return. |
Response
{}