Making a request to https://mods.vintagestory.at/api/mods seems to have no way to limit the response amount, and with currently >5700 mods in one request, makes it a bit hard to work with. I tried to inspect the ModDB website but couldn't figure out how the lazy loading is implemented properly.
Assuming that there is some form of cursor pagination already implemented, but is there any documentation for this or any sort of query limiting? Would love to request say 50 mods at a time.
Making a request to https://mods.vintagestory.at/api/mods seems to have no way to limit the response amount, and with currently >5700 mods in one request, makes it a bit hard to work with. I tried to inspect the ModDB website but couldn't figure out how the lazy loading is implemented properly.
Assuming that there is some form of cursor pagination already implemented, but is there any documentation for this or any sort of query limiting? Would love to request say 50 mods at a time.