I'm currently using the Stackoverflow API to get a list of detailed user information (via http://api.stackoverflow.com/1.1/usage/methods/users-by-ids). There is an attribute called "up_vote_count" which returns the number of how often a user has GIVEN upvotes. What I want is some kind of the opposite:

Is it possible with the Stackoverflow API to get/calculate the count of how often a user RECEIVE upvotes?

The only way I would see is to crawl through the reputation changes via http://api.stackoverflow.com/1.1/usage/methods/user-reputation-changes and add +1 to a local upvote variable if there is "+10 reputation". But this would suck pretty hard...

Any Ideas?

link|improve this question
this question is off topic. belongs on stackapps.com – Daniel A. White May 31 '11 at 20:17
feedback

closed as off topic by Daniel A. White, Brad, Neil, Beth, Don Roby May 31 '11 at 21:28

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.