Goodreads Developers discussion
bugs
>
Missing started_at and read_at
date
newest »

message 1:
by
Eric
(new)
May 20, 2018 07:25PM

reply
|
flag

is this a book you added straight to your Read shelf?
_
¹ there doesn't appear to be any way of getting the latter through the API.

If I then move the same book through the "currently reading" and the "read" shelves, the dates are set to today's date, as expected. But then when I delete this most recent date read, the API continues to return the deleted dates!
I'm curious what Goodreads' reasoning for this behavior is...

for my own use i've been manually copying/pasting the dates out of the web interface, though obviously that's not particularly scalable.

Pretty limited both in terms of functionality and retrieving data,
manual copy/pasting? that's terrible!!


If anybody else is looking into this: I've resorted to screenscraping for the missing data, and it's not as bad as it could be. You can see the relevant code here in my goodreads-to-sqlite script: https://github.com/rixx/goodreads-to-...