Hello, I was looking for a way to get to get the asset ID of any group’s icon, in order to fetch the image with its original resolution.
I searched around and found these:
- GroupService:GetGroupInfoAsync()
- thumbnails.roblox.com (under GroupEmblem)
- api.roblox.com/groups/{groupId} (HTTP 404)
The first only works on Roblox, I’m looking for an endpoint that provides that info.
The second returns the URL of the icon’s file with a given resolution (thumbnail), and doesn’t provide an asset ID.
The third previously returned the info I needed but that method no longer works.
I also looked up the Groups API but I couldn’t find any methods that provide the asset ID of the icon.
Any help will be appreciated.