Skip to content

wingclover/image-search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Search Abstraction Layer

Search for images

https://square-car.glitch.me/imagesearch/ + your key word

Example:

https://square-car.glitch.me/imagesearch/bunny

The query above will return 10 results related to "bunny" with the image URLs, alt text, thumbnails and page urls.

You can paginate through the responses by adding a offset parameter to the URL: https://square-car.glitch.me/imagesearch/bunny?offset=10

Recent Search

You can get a list of the most recently submitted search strings at: https://square-car.glitch.me/latest/imagesearch/


Made by Ying Wang