Goodreads Developers discussion

11 views
questions > Check if book is in shelve

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

message 1: by Paul (new)

Paul Nuñez (paulnunezm) | 19 comments Hi, how can I check if a book is already in one of my shelves. Thanks.


message 2: by [deleted user] (new)

You could use the review#show_by_user_and_book endpoint. If you pass in a user_id and a book_id, if a review is returned, you know that the user has shelved it.

https://www.goodreads.com/api/index#r...

Does that work for you?


back to top