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.