Goodreads Developers discussion
feature requests
>
Another search.books request
date
newest »
newest »
Further to this...another option would be to add a limited set of additional fields that could be requested, eg.[url]?...&extras=isbn,all_authors,profile_url,pages,publisher,description
...or something like that.
Seems to solve both problems, and if you limit the fields to ones that are easy for you to get, it should be pretty cheap in terms of server load.
Hi guys-- thanks for the feedback, we've added this to our API request list. QQ-- why do you need these additional fields? What's the intended use case?
When presenting a user with a list of search results in our Adroid app (Book Catalogue), it is good to be able to present this extra data (ISBN, Pages, Publisher, even format). To do so currently requires 1 API call per book to get the extra data. If it can be filled in cheaply by the first search, the API load is reduced and the app delay is reduced.
It's mainly for disambiguation of books.




Specifically, it would be great if we could get (in order of desirability):
- isbn
- all authors (not just primary)
- number of pages
I know that you said there are mobile developers who want short results, but I'm a mobile developer, and I would love to be able to get as much data as possible in one call!