Creator Hub
Dashboard
Learn
Explore
Store
Forum
Log In
Create
Overview
Experiences
Avatar
Assets
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
Open Cloud
/
Legacy APIs
English
Feedback
Inventory v1
Base URL
https://inventory.roblox.com
JSON
Download
Assets
GET
/v1
/packages
/{packageId}
/assets
Given a package ID, returns the list of asset IDs for that package
Inventory
GET
/v1
/users
/{userId}
/assets
/collectibles
Gets all collectible assets owned by the specified user.
GET
/v1
/users
/{userId}
/can-view-inventory
Gets whether the specified user's inventory can be viewed.
GET
/v1
/users
/{userId}
/categories
Return inventory categories for a user
GET
/v1
/users
/{userId}
/categories
/favorites
Return favorites categories for a user
GET
/v1
/users
/{userId}
/items
/{itemType}
/{itemTargetId}
Gets owned items of the specified item type. Game Servers can make requests for any user, but can only make requests for game passes that belong to the place sending the request. Place creators can make requests as if they were the Game Server.
GET
/v1
/users
/{userId}
/items
/{itemType}
/{itemTargetId}
/is-owned
Gets whether a user owns an item of type itemType with id itemTargetId.
PlacesInventory
GET
/v1
/users
/{userId}
/places
/inventory
Gets Created, MyGames, or OtherGames places inventory for a user
Collections
DELETE
/v1
/collections
/items
/{itemType}
/{itemTargetId}
Removes an item to the appropriate collection
POST
/v1
/collections
/items
/{itemType}
/{itemTargetId}
Adds an item to the appropriate collection
Models
Roblox.Inventory.Api.Models.AssetIdListModel
Roblox.Inventory.Api.Models.AssetsExplorerCategoryItemModel
Roblox.Inventory.Api.Models.AssetsExplorerCategoryModel
Roblox.Inventory.Api.Models.CanViewInventoryResponse
Roblox.Inventory.Api.Models.CategoriesModel
Roblox.Inventory.Api.Models.CollectibleUserAssetModel
Roblox.Inventory.Api.Models.CreatorModel
Roblox.Inventory.Api.Models.IItemModel
Roblox.Inventory.Api.Models.PlaceModel
Roblox.Platform.Core.ExclusiveStartPaging.IExclusiveStartKeyInfo[System.Int64]
Roblox.Web.WebAPI.ApiEmptyResponseModel
Roblox.Web.WebAPI.ExclusiveStartRequest[System.Int64]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Inventory.Api.Models.CollectibleUserAssetModel]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Inventory.Api.Models.IItemModel]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Inventory.Api.Models.PlaceModel]