Goodreads Developers discussion
questions
>
How to get all books on a members shelf (using reviews.list) ?
date
newest »


So you can do GET https://www.goodreads.com/review/list... to get the second 200.
Alex wrote: "You can paginate the request. If you look at the docs you can specify a page with the option "page".
So you can do GET https://www.goodreads.com/review/list... to get the seco..."
Thanks! I was hoping there was a method to get all them all together, but figured out a way to do it by paginating.
So you can do GET https://www.goodreads.com/review/list... to get the seco..."
Thanks! I was hoping there was a method to get all them all together, but figured out a way to do it by paginating.
Get the books on a members shelf (review.list) gives me only one page at a time, and the per-page limit is 200. If I have more than 200 books on a shelf, is there any modification that'll return them all at once?