$.getJSON('https://api.unsplash.com/photos/random?client_id={my key}, function(data){
console.log(data);
});
$.getJSON('https://api.unsplash.com/photos/random/collections/327760?client_id={my key}, function(data){
console.log(data); // 404
});