Goodreads Developers discussion
Notice: removal of duplicated content from some API
date
newest »


This list returns all reviews and each review contains the book that it pertains to, which is a useful and important feature.

Any other API news? Would love to see some of the other wishlist items appear Soon(tm).
Graphically this would be something like:
<book>
<title>Pride and Prejudice</title>
...
<my_review>
<description>Awesome book!</description>
...
<book>
<title>Pride and Prejudice</title>
...
</book>
</my_review>
</book>
If you were relying on the nested book data, you should update your code to use the external book info. The nested node will be removed, since it's unnecessary.
Affected APIs include:
list#book
owned_books#list
owned_books#show
It seems unlikely that you are relying on the nested node, so we're thinking to deploy this change very soon (next couple days). Let us know of any issues.