I'm looking for a random image generator like the one in https://www.randomlists.com/things however I would like to use it in my web app so I need one with a API.
Any possible candidates?
Looking closer at the website code, the best things to do may be to use their API the way they did.
First, get data for the list by getting this JSON. There is a list of available images in the JSON at RandL.items
.
https://www.randomlists.com/data/things.json
Then, pull images from the site as given in the list like this (substituting the images names in the items
list.