I am currently trying to find a roblox API that tells me if an id exists or is an audio
there is a link that I found BUT its much rather very slow since you can’t put multiple ids in the url and it has a rate limit
current one: (https://economy.roblox.com/v2/assets/“+ID+”/details")
if you have found a url that is compatible with multiple ids OR does not have a rate limit, comment the url and where the asset ids should go
perhaps there is a marketplace api other than the api.roblox one since it does not work anymore
I am working with python so I cant use the marketplace service
I know there was a post about someone working on a project that was along the lines of this, but I have to ask…
Why can’t you use the base url, then just add the ID to it? If you have a fast enough interent connection and are using the requests library, it should be fast enough, let alone with good ish wifi.
I could make it way faster but remember I said the url had rate limiting
it is around 20 requests per minute and it is really slow for what I will be doing
Wow, that is slow. Proxying may be the only solution then, but I can keep looking for a better API.
hm yeah
also theres assetdelivery.roblox.com but when I tried to use it I had no idea how to make it work, since ‘I had no permission’ or something
That is… an interesting API endpoint.
Check this link out, see if you can make anything of it Swagger UI
I just need to figure out what to put in these: ‘Accept-Encoding’, ‘AssetType’, 'Accept, ‘AssetFormat’, and ‘Roblox-AssetFormat’ and i MIGHT be good
ah i just realized there is an example
I looked at the example, crying a little bit but you can have as much as you can with that!!