Goodreads Developers discussion
questions
>
Get the reviews for a book
date
newest »


yep
1. Is it there on the other two or is it only on the Goodreads book id version?
i think they do support it, but i'd have to check.
. What is the syntax for the parameter? 'true' and 'false'? Is capitalization relevant?
I think you want 'true' or to not pass the parameter at all.

What is the syntax for the rating (e.g. what values are allowed)?

Or are they hold over parameters from when you actually returned reviews rather than the reviews widget that is returned now?


Is there some particular place in the XML I should be looking for a difference?

There could be a bug, but that's how it's supposed to work.
Gregg wroteIs there some particular place in the XML I should be looking for a difference?"
Look for the tag in each element in the returned XML.

If you guys want to display reviews, we'd highly recommend our reviews-widget.
Get the reviews for a book given an ISBN
Get the reviews for a book given a Goodreads book id
Get the reviews for a book given a title string
which I assume are 3 variants returning more/less the same content (is that assumption correct?)
They all have a parameter
• rating: Show only reviews with a particular rating (optional)
What is the syntax of the rating?
Get the reviews for a book given a Goodreads book id has a parameter
• text_only: Only show reviews that have text (default false)
the other two do not list that parameter.
1. Is it there on the other two or is it only on the Goodreads book id version?
2. What is the syntax for the parameter? 'true' and 'false'? Is capitalization relevant?