I am working on a personal project where I have a list of books in a database with the ISBN as a primary key. I want to compare my list against the books a user has shelved to show them what is available. From what I can see, the ISBN given in the API is just for the default edition. Is it possible to get a list with all possible ISBNs for the book? Is this already a feature that I am missing?
I am working on a personal project where I have a list of books in a database with the ISBN as a primary key. I want to compare my list against the books a user has shelved to show them what is available. From what I can see, the ISBN given in the API is just for the default edition. Is it possible to get a list with all possible ISBNs for the book? Is this already a feature that I am missing?
I found this thread from 2011 that addresses a similar issue: https://www.goodreads.com/topic/show/... but it doesn't seem to have made a public release
Thanks for any help!