Goodreads Developers discussion

42 views
questions > Get a list of a user's favorite authors

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

message 1: by Eldon (new)

Eldon McGuinness (eldonmcguinness) | 3 comments I was looking at the API and it does not look like there is a way to query goodreads for a list of a user's favorite authors.

Am I missing something?


message 2: by Alexis (last edited Sep 24, 2016 02:27PM) (new)

Alexis (lexish) | 12 comments In the api that returns a user's info "user.show", the XML output includes a field called "favorite_authors".


message 3: by Eldon (new)

Eldon McGuinness (eldonmcguinness) | 3 comments Cheers for that! Guess I just did not dig deep enough.


message 4: by Heather (new)

Heather (hfloyd) | 4 comments I have noticed that the "favorite_authors" XML only includes the first 6 authors, regardless of how many are actually on the user's "favorites" list (visible in its entirety here: https://www.goodreads.com/favorite_au...)

Has anyone else experienced this? Is this by-design as an API limitation?


message 5: by Johan (new)

Johan Nilsson | 22 comments I think it's by design. as it seems to be purely built for one of the goodreads widgets. I've had to work around it by pulling all reviews from a user and then building a distinct collection of authors.


message 6: by Heather (new)

Heather (hfloyd) | 4 comments Thanks, Johan, I guess I'll need to store a local list and have the authors added to it via my app.


back to top