Get a page of search results for photos sorted by relevance by sending a GET request to the Unsplash.com REST API. Replace {unsplash_apikey} with your own Unsplash Access key. The JavaScript/AJAX code was automatically generated for the Search Photos Via REST API example.
Search Photos via REST API [JavaScript/AJAX Code]Send
GET /search/photos?query=car HTTP/1.1
Host: api.unsplash.com
Authorization: Client-ID {unsplash_apikey}