Hello there! I’m hartley, I’m a roblox & web developer. Today I was bored, and started making a website. Basically what I’m trying to do is return the person their asset ID from their decal ID so that they can reliably upload it to games that require you to upload the decal asset ID (Such as ER:LC for liveries.)
I was wondering how I could send a request to the roblox API to return the asset ID with just a decal/model ID inputted. Anyway, thanks!
Currently, the only method I have realized is Web scrapping, while not ideal, I don’t think there is an alternative. (Also, I do not know if it violates ToS)
To send a request to the Roblox API to retrieve the asset ID for a decal or model, you can use the GET method of the MarketplaceService API, which is available at the following URL: