goodreads-api-node
goodreads-api-node copied to clipboard
Get a book
Any way to get details of a book? Each book has an id.
You can currently get the details (in XML)
https://www.goodreads.com/book/show/135479?format=xml&key=[developer-key]
where 135479 is good reads book id.
Hi @JohnnyBizzel ,
To search book by id use the showBook function form here showBook
Hope this helps.