Goodreads Developers discussion
questions
>
Shelf RSS feed behavior for shelfsize > 100
date
newest »

Hey Brian,
Thanks for bringing this to our attention.
By default, the books on a user's shelf are sorted by their updated_at field...that time is usually when the user added the book to their shelf, or moved it from another shelf to the current one.
As you've observed, you can pass in a "sort" parameter that will sort the results by a different column, such as "title". However, it looks like the rss feed is always returning results sorted in descending order. That's why you see different results between the html version and rss version...the rss version is sorting in the reverse direction.
I'll put in a change that allows you to pass in an "order" parameter as well...that way you can either sort in ascending or descending order. That should get you the results you want.
I'll update this ticket again when that change is in.
Thanks for bringing this to our attention.
By default, the books on a user's shelf are sorted by their updated_at field...that time is usually when the user added the book to their shelf, or moved it from another shelf to the current one.
As you've observed, you can pass in a "sort" parameter that will sort the results by a different column, such as "title". However, it looks like the rss feed is always returning results sorted in descending order. That's why you see different results between the html version and rss version...the rss version is sorting in the reverse direction.
I'll put in a change that allows you to pass in an "order" parameter as well...that way you can either sort in ascending or descending order. That should get you the results you want.
I'll update this ticket again when that change is in.

https://www.goodreads.com/review/list...
AND
https://www.goodreads.com/review/list...
For example, I thought that if I looked at this:
https://www.goodreads.com/review/list...
which is sorted by title, first 100, that if I looked at the corresponding RSS feed I would get the same books, but not so:
https://www.goodreads.com/review/list...
Everything I have tried hasn't gotten me closer to figuring out the mystery of the RSS feeds. Any ideas/help?
Thanks!