Goodreads Developers discussion

26 views
bugs > API not returning same data on mobile

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

message 1: by Brian (last edited Jul 31, 2020 06:40AM) (new)

Brian O'Donnell I am successfully getting the number of books on my read shelf, filtering out any books that were read pre-2020, and printing out that number (13 ) on a webpage. But when I load that page on mobile I only get the number 5.

I have the the "per_page" condition set to 50 and I can see in the JSON data that I am getting that on desktop but when I view the data on mobile I am only getting the 5 most recently read books returned. This even happens when I emulate a mobile device using Chrome's dev tools.

Is this a bug or is there something that I am not aware of that restricts the amount of data that can be returned on mobile?


message 2: by [deleted user] (new)

I have this issue as well


back to top