Goodreads Developers discussion
feature requests
>
query on goodreads id
date
newest »
newest »
Hi Bruce, Grunthos is right. Can you try using the book.show method outlined here?http://www.goodreads.com/api#book.show
For your example, your request would be:
http://www.goodreads.com/book/show/62...




For example, currently, a query can be constructed that returns an xml file with book data using the ISBN, for example:
http://www.goodreads.com/book/isbn?is...
However ideally what I would like to do is retrieve that result set using the goodreads ID, for example
http://www.goodreads.com/book/id?id=6...
Or is there another way to do that that I'm missing?