Goodreads Developers discussion

88 views
questions > Get multiple books by isbn

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

message 1: by Marcel (new)

Marcel Batista | 3 comments Hello, I'd like to know how can I get information for more than one book at a time given a list of ISBNs. The api method book.show only accepts one ISBN and we are forbidden to call the same method more than once a second...so if I want to display information and image of say 10 books I'd need to make 10 requests of book.show, correct? Any way to do this ?


message 2: by Michael (new)

Michael Economy (michaeleconomy) What is your use case?

You might be able to use this:
https://www.goodreads.com/api#book.re...


Otherwise, yes, the one second limit applies.


message 3: by Marcel (new)

Marcel Batista | 3 comments :(


back to top