Interactions
POST
Returns whether or not the current user is following each userId in a list of userIds
/v1/user/following-existsfriends.roblox.com
POST
Creates the following between a user and user with targetUserId
/v1/users/{targetUserId}/followfriends.roblox.com
POST
Deletes the following between a user and user with targetUserId
/v1/users/{targetUserId}/unfollowfriends.roblox.com
Assets
GET
Gets the favorite count for the given asset Id.
/v1/favorites/assets/{assetId}/countcatalog.roblox.com
GET
Gets the favorite count for the given bundle Id.
/v1/favorites/bundles/{bundleId}/countcatalog.roblox.com
GET
Gets the favorite model for the asset and user.
/v1/favorites/users/{userId}/assets/{assetId}/favoritecatalog.roblox.com
POST
Create a favorite for an asset by the authenticated user.
/v1/favorites/users/{userId}/assets/{assetId}/favoritecatalog.roblox.com
DELETE
Delete a favorite for an asset by the authenticated user.
/v1/favorites/users/{userId}/assets/{assetId}/favoritecatalog.roblox.com
GET
Gets the favorite model for the bundle and user.
/v1/favorites/users/{userId}/bundles/{bundleId}/favoritecatalog.roblox.com
POST
Create a favorite for the bundle by the authenticated user.
/v1/favorites/users/{userId}/bundles/{bundleId}/favoritecatalog.roblox.com
DELETE
Delete favorite for the bundle by the authenticated user.
/v1/favorites/users/{userId}/bundles/{bundleId}/favoritecatalog.roblox.com
GET
Lists the marketplace assets favorited by a given user with the given assetTypeId.
/v1/favorites/users/{userId}/favorites/{assetTypeId}/assetscatalog.roblox.com
GET
Lists the bundles favorited by a given user with the given bundle subtypeId.Switched to EAAS style pagination cursors since July 2024.
/v1/favorites/users/{userId}/favorites/{subtypeId}/bundlescatalog.roblox.com
GET
Lists the bundles owned by a given user.
/v1/users/{userId}/bundlescatalog.roblox.com
GET
/v1/users/{userId}/bundles/{bundleType}
catalog.roblox.com
Inventories
GET
Return favorites categories for a user
/v1/users/{userId}/categories/favoritesinventory.roblox.com
Universes
GET
Gets all universes followed by a user.
/legacy-followings/v2/users/{userId}/universesapis.roblox.com
GET
Gets all the followings between a user with userId and universes
/legacy-followings/v1/users/{userId}/universesapis.roblox.com
POST
Creates the following between a user with userId and universe with universeId
/legacy-followings/v1/users/{userId}/universes/{universeId}apis.roblox.com
DELETE
Deletes the following between a user with userId and universe with universeId
/legacy-followings/v1/users/{userId}/universes/{universeId}apis.roblox.com
GET
Gets the status of a following relationship between a user and a universe.
/legacy-followings/v1/users/{userId}/universes/{universeId}/statusapis.roblox.com
GET
Gets users favorite games.
/v2/users/{userId}/favorite/gamesgames.roblox.com
GET
Returns if a game was marked as favorite for the authenticated user
/v1/games/{universeId}/favoritesgames.roblox.com
POST
Favors (or unfavors) a game for the authenticated user
/v1/games/{universeId}/favoritesgames.roblox.com
GET
Get the favorites count of a specific game.
/v1/games/{universeId}/favorites/countgames.roblox.com
PATCH
/v1/games/{universeId}/user-votes
games.roblox.com
GET
/v1/games/{universeId}/votes/user
games.roblox.com
GET
/v1/games/votes
games.roblox.com
Users
GET
Get all users that follow user with targetUserId in page response format
/v1/users/{targetUserId}/followersfriends.roblox.com
GET
Get the number of following a user has
/v1/users/{targetUserId}/followers/countfriends.roblox.com
GET
Get all users that user with targetUserId is following in page response format
/v1/users/{targetUserId}/followingsfriends.roblox.com
GET
Get the number of following a user has
/v1/users/{targetUserId}/followings/countfriends.roblox.com
Not Recommended
GET
Gets all universes followed by a user.
/v2/users/{userId}/universesfollowings.roblox.com
GET
Gets the voting information of the given assets
/v1/assets/votingdevelop.roblox.com
GET
/v1/games/{universeId}/votes
games.roblox.com
GET
Gets all the followings between a user with userId and universes
/v1/users/{userId}/universesfollowings.roblox.com
POST
Creates the following between a user with userId and universe with universeId
/v1/users/{userId}/universes/{universeId}followings.roblox.com
DELETE
Deletes the following between a user with userId and universe with universeId
/v1/users/{userId}/universes/{universeId}followings.roblox.com
GET
Gets the status of a following relationship between a user and a universe.
/v1/users/{userId}/universes/{universeId}/statusfollowings.roblox.com