Goodreads Developers discussion
questions
>
Series for a book on a shelf?
date
newest »


An easy way to get the work_id and series info is by using the book#show api. If the book is part of a series, the book#show api response will include series info at the end. In any case, from book#show you can get the work_id, and from there get series info.
e.g. I get id: 68096, but I need to get to /work/439457/series, not /work/68096/series
Do I need to convert from the book id to its 'work_id' somehow (and if so, how? The documentation doesn't explain much about work_id at all), or is there a way of getting the series information from a book id instead? (Or, better still, telling the /review/list call that it should provide this as extra information, so that I only need to make one call, rather than N+1)