How would I read an array of experiences made by a player?

Heya!

I’m looking to create an experience that seeks to include statistics about a developer. One crucial statistic would be a list of the experiences, as well as the visit count for each of them.

How would I do this? Would I need to use a proxy? If so, what API call do I make?

You can use this endpoint to get someone’s games: https://games.roblox.com/docs#!/Games/get_v2_users_userId_games

You’ll need to use a proxy when trying to make calls to any Roblox website

1 Like