Goodreads Developers discussion

81 views
questions > API pagination (page=1-N)

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

message 1: by Fred (new)

Fred | 5 comments I'm trying to get a list of all the books I've reviewed in a single response. It's not working because I can't return multiple pages of results at once.

I'm using the reviews.list API (https://www.goodreads.com/api/index#r...).

Putting 200 results on a page works (&per_page=200) works but doesn't cover the full length of my list.

The docs say to use 'page: 1-N (optional)'. Specifying a single page works ('&page=3'), but I can't get it to accept a range, ex: '&page=1-10'.

Thanks in advance for your help.


message 2: by Oleg (new)

Oleg Linkin (maledictus) | 60 comments You can't do it.
You should request page by page according you per_page value


message 3: by Fred (new)

Fred | 5 comments Oleg wrote: "You can't do it.
You should request page by page according you per_page value"


Got it, thank you.


back to top