Get Roblox image ID from data URL

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 usecase, use https://games.roblox.com/v1/games/73885730/icon

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.