Google Book Search API
To get the url for Google books API go to
here.
Click on View all developer products and it will redirect you to the products provided by Google for developers.
Search for Google Books API or you can scroll it down and click on B section.
On the Home tab of it you can see there it's showing a category to get the information about the Google books repository, so click on Get started .
Next it will redirect you to the dashboard in the Guides menu of the page so click on using the API menu on the left hand side to get the API.
Scroll down a bit down until you can see the API with API key.
You can check the response of it in our browser without API key it will give an error.
After providing the valid API key you can see its response coming from Google server in a json format.
JSON result gives you all the information of the books with its image url and author's name and its publisher's name etc.
Get the API key
To get the API key just follow the below steps.
On the home menu click on Google Api console you can redirect it to Google api console page where you can find the api key.
Here you have to create a new project. For this just follow the steps.
After that click on the credentials to get the API.
Create ReactJS project
Step 1