Goodreads Developers discussion
questions
>
Get multiple books by isbn
date
newest »
newest »
message 1:
by
Marcel
(new)
Jun 16, 2014 06:11PM
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 ?
reply
|
flag
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.

