Goodreads Developers discussion

125 views
bugs > How to get ISBN in search response

Comments Showing 1-4 of 4 (4 new)    post a comment »
dateUp arrow    newest »

message 1: by Sanyog (new)

Sanyog Ghosh | 2 comments I have fetched book details from the API using query method. But the response doesn't include ISBN13 of each book. It includes fields such as title, author etc. Is there any way to achieve this?

This is the url I have been fetching details from
https://www.goodreads.com/search/inde...


message 2: by Oleg (new)

Oleg Linkin (maledictus) | 60 comments It's ok. Search returns books but not editions. One book can have many editions. And only editions have isbn


message 3: by Sanyog (new)

Sanyog Ghosh | 2 comments Is there any way to achieve this then? ( fetching ISBN of any edition)


message 4: by Oleg (new)

Oleg Linkin (maledictus) | 60 comments Search for works then fetch books for each work:
/work/editions/WORK_ID?format=xml


back to top