Goodreads is an plateform for books lover and they have cetalog for all the books to browse and to buy. They also have public APIs to consume and build something but they only return xml data.
Make GET request on this endpoint to search books with required parameters(if any required).
https://v1.nocodeapi.com//gr//search
| Object | Description |
|---|---|
q |
[Required] q is query paarm. ex: harry potter. |
Make GET request on this endpoint to search author with required parameters(if any required).
https://v1.nocodeapi.com//gr//searchAuthor
| Object | Description |
|---|---|
q |
[Required] q is query paarm. ex: J. K. Rowling |
Make GET request on this endpoint to my books with required parameters(if any required).
https://v1.nocodeapi.com//gr//myBooks
| Object | Description |
|---|---|
uid |
[Required] user id from your goodreads url. |
Make GET request on this endpoint to author books list with required parameters(if any required).
https://v1.nocodeapi.com//gr//authorList
| Object | Description |
|---|---|
id |
[Required] author id. |