Goodreads Developers discussion

24 views
questions > How to see date_read for books on my shelves?

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

message 1: by Jenika (new)

Jenika K | 2 comments Hello!

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?


message 2: by Shane (new)

Shane Phillips | 25 comments expand your options. you will need to get my pages with API max of 200 books per page. you can use "shelf=ALL" to get all your shelves or use specific name "shelf="to-read'

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...


back to top