Hi
I’m trying to get a random model through the API and I’m wondering what the correct way would be.
I’ve tried setting a random “offset” parameter like in this (deprecated) example, but I feel like it only works if I also set “staffpicked=true”:
With this I manage to get different models by changing the “offset” parameter:
models?staffpicked=True&count=1&offset=1
But when I set “staffpicked=False”, I always get the same model, no matter what I set the “offset” parameter to:
models?staffpicked=False&count=1&offset=1
(I always get a deleted model with the uid ‘7d310a2921cc47fd806ce20acd819df4’).
Why could that be?
Is the “offset” parameter deprecated?
Is there a better way to get a random model?
Thanks for any advice!