A question about how the API returns reputation for users.
12
votes
0answers
53 views
Reputation Tracker now covers SOFU, Meta SO and Programmers SE
I don't know if anyone's actually using my Reputation Tracker tool, but it now lets you select which sites you want to see reputation for.
For example, the URL for me to find out how I've done today ...
8
votes
0answers
114 views
Stack Exchange reputation graph total reputation overlay
Screenshot / Code Snippet
About
Adds a small box to the global reputation graph to indicate the user's total reputation across all sites where the user has at least 200 reputation. Also ...
2
votes
0answers
17 views
How do I get the no. of upvotes a person has received for a particular tag?
I need the list of users who have more than 10K reputation and then among those users I need to see which user has how many up-votes for each tag. I don't there is a direct query that will give me ...
2
votes
0answers
56 views
Can you please return the reputation scores in addition to the reputation changes?
As by far and large (one of) the (two) largest consumer of /users/*/reputation1 , I humbly request an addition to this route.
What I'd love to see is getting the reputation score in addition to the ...
2
votes
0answers
117 views
Reputations for Today
Screenshot / Code Snippet
About
Caculate Reputations for Today
Linked to Jon Skeet's Reputation Tracker
Number in the bracket does not include accepted answers (experimental feature)
...
1
vote
0answers
85 views
How to get a users reputation ranking/position?
Using the SO API request http://api.stackoverflow.com/1.1/users/{userId}, I can get a user's current reputation score with no problems. What I'd like to know is where the user's rank in the set of all ...
1
vote
0answers
65 views
What's the default fromdate for the /users/{id}/reputation route?
I'm getting different amounts of positive-rep when I use the fromdate and todate parameters with the /users/{id}/reputation route than when I don't use those parameters and accept the defaults. I ...