pyxfluff
(Pyx)
1
I am trying to get a game’s icon with the /games/icon API, which is working, but the output is an image URL:
{
"data": [
{
"targetId": 73885730,
"state": "Completed",
"imageUrl": "https://tr.rbxcdn.com/180DAY-2d1e12345801d67523445c4bf7053507/420/420/Image/Png/noFilter",
"version": "TN3"
}
]
}
Is it possible to get an rbxassetid:// from this? Is there an alternative?
Thank you.
For this use case, use https://games.roblox.com/v1/games/73885730/icon
Edit: The endpoint above has been deprecated. Please use https://gameinternationalization.roblox.com/v1/game-icon/games/73885730
instead if you are using cookie-based authentication, or Localization | Documentation - Roblox Creator Hub if you are using API key or OAuth-based authentication.
1 Like
system
(system)
Closed
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.