ElliottLandsborough / dog-ceo-api

The API hosted at dog.ceo
https://dog.ceo/api
631 stars 65 forks source link

Fetch random image based on breed #47

Closed zapbra closed 1 year ago

zapbra commented 1 year ago

Currently, when you fetch the route "https://dog.ceo/api/breed/hound/images", you receive a list of every single image based on the specific breed, which is great. But would it be possible to get a single random image based on the breed? Something like "https://dog.ceo/api/breeds/hound/random"

zapbra commented 1 year ago

Nvm, already implemented lol