How to use Unsplash API.

How to use Unsplash API.

Unsplash is a website that shares Beautiful images you can use in projects for free, As a developer you may want to add images to a project you're working on.

You do not need to download these Images as Unsplash has provided an Api for developers to be able to access.

To get Started with their API, you need to be a registered user of Unsplash , Then from the menu button you go to API/Developers link.

Unsplash.jpg

You need to create an Unsplash application which will be representing your project, you should see your Access key below in your new application, you just need to replace it with YOUR_ACCESS_KEY in the API URL

https://api.unsplash.com/photos/?client_id=YOUR_ACCESS_KEY

Now your responses will be sent to you as JSON.

You can check Unsplash full Documentation here.

Your feedback is warmly welcomed

Thanks for reading.

Do you have a writing topic or question you'd like me to address in future articles ?, you can tell me about it in the comments section.