Goodreads Developers discussion

25 views
questions > Is it possible to get all the user review scores and user names for a particular book?

Comments Showing 1-2 of 2 (2 new)    post a comment »
dateUp arrow    newest »

message 1: by San (new)

San To | 2 comments For a particular book, I'm trying to get all the user review scores, along with the user names.

I'm trying to use the "book.show_by_isbn — Get the reviews for a book given an ISBN."

which is described here
https://www.goodreads.com/api/index#b...

However, when I try the example given

https://www.goodreads.com/book/isbn?c...

I don't get any reviews.

Is what I'm asking for possible?


message 2: by Ettore (new)

Ettore Pasquini Should be possible. It looks like you get the reviews widget, per api docs. You should see an iframe being returned as part of the response, whose source should then show the reviews.

If you need something different than the reviews widget, you need to contact our support team at support@goodreads.com.


back to top