Goodreads Developers discussion
questions
>
How to see date_read for books on my shelves?
date
newest »


on READ shelf look for "read_at" tag
e.g.
Sat Nov 09 20:29:31 -0800 2019
for other shelves, read_at will be empty
https://www.goodreads.com/review/list...
I'm successfully fetching my read books from "https://www.goodreads.com/review/list...."
However, I was most interested in getting the dates read, and I'm not seeing that included in the response. (Seems strange, because date_read is one of the sort parameters?)
Is this expected behavior? Is there a different endpoint that I should be hitting?