How do I create a list of non-banned asset IDS from (number) to (number)?

Heads up! I’m not experienced with APIs or scripting.

I want to make a list of assets on ROBLOX that are in a specific group of IDs. For this case, I want a list of assets from ID 770 - 1770.

I’ve seen this post by BaconHairJack15060 and I think something similar could be made, but with a different API.
Let me know in the comments; I am stumped. :confused:

I don’t think it is possible to get all owned assets by a group.

Instead, you’d have to send multiple http requests asking for every asset’s creator type and id using the marketplace API which would be impossible.
You can check the available APIs yourself.

Related post: Getting "image" assets owned by player - #2 by WithinCode