Goodreads Developers discussion

87 views
questions > How to determine which works are "primary" in a series?

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

message 1: by Jake (new)

Jake | 1 comments On an API call like https://www.goodreads.com/series/1104..., the "series" entry has a key "primary_work_count" with a value of 3. This agrees with my intuition that books 1,2,3 are the main books. However, there are 10 books in that response. How can I tell programatically which books are "primary works"?


message 2: by Serval (last edited Feb 19, 2016 10:34PM) (new)

Serval Spots | 3 comments Interesting also that the actual goodreads page lists five works under "Publication Order (primary work):" (Also in the work's description tag.)

You might be able to find out with the work.editions method, but I don't have the (special) access to retrieve those pages, and the example given in the API documentation leads to a non-existent entry, so I don't know. Do other series have similar discrepancies between the primary_work_count tag and the info in the description?


message 3: by Feiyu (new)

Feiyu Yin (sanchishui) | 11 comments Hi Jake and Serval,

The API does not include that information so far and we will try to add it sometime in the future.

Thank you!


message 4: by Matt (new)

Matt | 6 comments any idea if/when this might be making an appearance. it would be an extremely useful feature!


message 5: by Shane (new)

Shane Phillips | 25 comments I still don't see this in the API. Any update?


back to top