SO API: how to get user reputation rating / reputation?

Having earned the " Tumbleweed badge" for this question, I thought I would return -post here and put it in a large audience:

Using the SO API request http://api.stackoverflow.com/1.1/users/[userId] , I can get the current rating of user reputation without any problems. What I would like to know is where the user enters the set of all StackOverflow users - for example, "top 10%" or, alternatively, "position 18415 of 520 546". Ideally, I would like to get this for different periods of time: all the time, last month, last year.

Profile pages now have this information for the last week, is it possible to get this data and other periods from the API?

+4
source share
1 answer

I do not think you can. Could you try to collect more information, for example, how much reputation they have, and how long they overflow on the stack, and also calculate and get the average reputation per day / week?

-1
source

All Articles