Goodreads Developers discussion
bugs
>
Get the reviews for a book given a title string
date
newest »


It appears to return a single book, even when the query is vague (e.g. 'Hound').
It also appears to fail when a complete title, returned from a look up via ..."
Gregg, from the API docs:
The book shown will be the most popular book that matches all the keywords in the input string.
So yes, one book is returned.
It appears to return a single book, even when the query is vague (e.g. 'Hound').
It also appears to fail when a complete title, returned from a look up via the ISBN or Goodreads ID, is used. My example is 'Pro Drupal Development: Learn How to Use the Content Management Framework to Create Powerful Customized Web Sites' returned 'Pro Drupal 7 Development, Third Edition'.
Using just 'Pro Drupal Development' returned another edition of the book, which is understandable.
The documentation suggests adding an author to better accuracy. In this case it wouldn't help since its the same author.