Code Monkey home page Code Monkey logo

image_search's Introduction

Image Search Api

Search for images. You may use the variable page to query different pages. Limited to 10 results per query

Example usage:

https://tall-fold.glitch.me/search/<span>something</span>
https://tall-fold.glitch.me/search/<span>somethingelse?page=6</span>

Example output:

{  
   "search":"api",
   "page":1,
   "items":[  
      {  
         "title":"The infinite strength of the direct-to-API approach | InPlayer",
         "imgURL":"http://inplayer.com/wp-content/uploads/2015/08/api-a397cc184c5622fb5130af1b7baf149d.png",
         "pageURL":"https://inplayer.com/the-infinite-strength-of-the-direct-to-api-approach/",
         "thumbnailURL":"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQObAs0RRK9z2JeZJqIBe6fOdzpXOvN0zp3zyLvM3UXHvAP4IbzBhdHIH87"
      },
      {  
         "title":"API: The Next Buzz | Kunal Shah | Pulse | LinkedIn",
         "imgURL":"https://media.licdn.com/mpr/mpr/AAEAAQAAAAAAAAhmAAAAJGY2NmM2ODYxLTZlMjEtNDQwZi05NzhjLWU3NDU4NjNiMDMyOA.png",
         "pageURL":"https://www.linkedin.com/pulse/api-next-buzz-kunal-shah",
         "thumbnailURL":"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRcsn4y_Ozf7VZUOzQSiu5mS4M0N-vYuOJc5OACHkscSD4LomNCmxUWLAUJ"
      },
     {
         "and so on" : '...'
     }
   ]
}

You may also view the latest 20 searches.

Example usage:

https://tall-fold.glitch.me/latest

Example output:

[  
   {  
      "search":"other",
      "when":"Thu Nov 30 2017 19:02:44 GMT+0000 (UTC)"
   },
   {  
      "search":"searches",
      "when":"Thu Nov 30 2017 19:01:52 GMT+0000 (UTC)"
   },
   {  
      "search":"cool!",
      "when":"Thu Nov 30 2017 19:01:52 GMT+0000 (UTC)"
   }
]
        

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.