Is there an API to get the UAID of a player's limited?

I’m currently messing around with the Roblox API’s and I’m wondering if there is a way to get the UAID (user asset id) of a user’s limited.

You’d use the following API endpoint.
https://inventory.roblox.com/docs#!/Inventory/get_v1_users_userId_assets_collectibles

Here’s an example request.
https://inventory.roblox.com/v1/users/1/assets/collectibles?sortOrder=Asc&limit=10

The API returns a JSON encoded table which contains a ‘data’ field, this field contains information about all of the items for the particular page.

1 Like