Game information from a link

Does anyone know if it is possible to grab a games Name, description, icon and creator and have it show up in a GUI automatically using the link?

I have the basic idea of taking just the last part of the link to get the game name

Or if someone has made a tutorial on youtube of some sort of variation of this I would appreciate the link!

You can probably find it here

If you have the experience id you could keep it in-platform with GetProductInfo. The items you want are available as entries in the dictionary returned by it.

1 Like

https://games.roblox.com/docs#!/Games/get_v1_games_multiget_place_details

This API endpoint gets the name, description, creator & several other details regarding a place.

Here’s an example request:

https://games.roblox.com/v1/games/multiget-place-details?placeIds=1818

https://developer.roblox.com/en-us/api-reference/property/DataModel/GameId