DMarby / picsum-photos

Lorem Ipsum... but for photos.
https://picsum.photos
MIT License
2.24k stars 153 forks source link

Search endpoint for the API #19

Closed henryruhs closed 8 years ago

henryruhs commented 8 years ago

Hello,

I'd like to suggest a API endpoint to search for images. There are great auto tagging services to create a cached dataset for each image. A cronjob would be great to automate the whole process.

https://unsplash.it/200/300/?search=keyword

Check out the code examples: http://imagga.com/auto-tagging-demo

Let me know if I can give you a helpful hand...

rowlandekemezie commented 8 years ago

Really makes sense. @redaxmedia are there currently endpoints to search images on the platform?

henryruhs commented 8 years ago

@andela-rekemezie Nope, not yet.

rowlandekemezie commented 8 years ago

@redaxmedia What about this: https://api.unsplash.com/photos/search/?client_id=${application_id}&query=${search_param}&page=1

henryruhs commented 8 years ago

Looks promising, thank you! I gonna close that issue and switch to unsplash.com...