Player Games JSON Returns 0 Favorites

Description
When using the https://www.roblox.com/users/profile/playergames-json?userId= JSON to get information about the games listed on a user’s profile, it always returns 0 for the total number of favorites a user has. For example, you can check this on Roblox’s profile, press Ctrl + F, type favorites, and see that each game lists zero favorites.

Reproduction
Constantly

  1. Use the JSON with any UserId

Actual Behavior
The JSON returns 0 favorites for all games.

Expected Behavior
The JSON should return the total number of favorites each game currently has.

Browser Information
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Platform Type: PC
Device Type: Computer

from the looks of it roblox doesn’t support the endpoint anymore & displays incorrect data

a workaround is requesting to this endpoint
https://games.roblox.com/v2/users/userId/games?accessFilter=Public
and then
https://games.roblox.com/v1/games/universeId/favorites/count

1 Like