Goodreads Developers discussion

171 views
questions > Getting author gender stats

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

message 1: by Étienne (new)

Étienne (etienne) | 2 comments I'm trying to build a small app that shows what percentage of a user's books were written by female and male authors. I can fetch reviews and get author names, but not gender. I can query a specific author and get their gender, but only one at a time. So I can't think of a way to achieve my goal without going over the 1 method call per second limit.

Am I missing something? Is it possible to do that? Thanks!


message 2: by Jeff (new)

Jeff (jeffwong) | 75 comments Mod
Hi Étienne,

I think you've correctly described the only way to do this with the current API. We've never had a need on our end to promote author details in listings for other objects. Sorry!

Jeff


message 3: by Michael (new)

Michael Economy (michaeleconomy) While we typically do not want you caching goodreads data. Caching the author's gender for a few months should be OK. This would help you improve your response times over time.


Just want to make sure if the data was ever incorrect (user entered it incorrectly, or the author was transgender) there is a mechanism to update it eventually.


message 4: by Étienne (new)

Étienne (etienne) | 2 comments Thanks for your insight!

However, I could still only fetch gender information about an author once every second, correct?


message 5: by Michael (new)

Michael Economy (michaeleconomy) Thats correct. Sorry for the inconvenience.


back to top