A question about how the API returns reputation for users.
16
votes
3answers
2k views
StackTray: The Stack Overflow tray application
Screenshot
Icon on left
Hover over icon
Context menu
Reputation Alerts
About
This application sits in your system tray and periodically checks Stack Overflow for any new badges or ...
2
votes
4answers
233 views
Is it really worth to (implicitly) discourage documentation of API/library usage nowadays already?
Update:
Kevin provided an answer, which, while adding something of value to the three related questions together (by naming the originating concern eventually), actually does not apply to the ...
10
votes
3answers
501 views
What's with the reputation here on Stack Apps?
This site is only a couple of hours old, yet there are 33 users with over 2000 rep and 9 with over 4000. Are these values holdovers from dev.meta.stackoverflow.com, where everyone started out with ...
1
vote
2answers
125 views
Is there a way to determine total number of upvotes and downvotes (etc) for a user (regardless of reputation cap)?
For example, if you use the /users/<id>/reputation call, you get a list of reputation changes for the user, but it takes the daily reputation cap into account. What I would like is an API call ...
36
votes
2answers
1k views
Reputation graph
Screenshot
About
I've never been a fan of the reputation graph, but it seems a few people miss it since it has been removed.
This user script adds a little "graph" link to a user's reputation ...
6
votes
2answers
183 views
Suggestion : a site to access all of our sites questions/reputation
Hi, being a quite active Stackoverflow sites galaxy users, I become to be quite tired of always switching from one site to another.
Wouldn't it be cool to have a website that gives me an aggregated ...
8
votes
3answers
258 views
Rep Compare - Utility for Comparing Reputation - Version 0.8
New version! Includes a view of the posts similar to the Stack Exchange Reputation view. Just click and drag to select a region of ansers. (Note, still kind of buggy. Doesn't seem to exactly match ...
6
votes
5answers
474 views
Where can I find the reputation black market?
Apparently there is one around, at least I can't explain the recent jump in reputation of 4k for user 1026 by any other means (just kidding of course, no offense please ;)
The API Beta badge accounts ...
2
votes
1answer
194 views
What are the mechanics of private API beta badge/reputation rewards?
Update:
George Edisons comments appear to explain most issues raised here (if not all), so I reformulated the question to reduce the noise and allow for an answer accordingly. I have considered to ...
4
votes
1answer
728 views
/users/{id}/reputation != xxx.com/reputation
I realize that the shape of the data coming from the API may be different than that reported by the xxx/reputation url, but there seem to be some striking disparities.
see 08/12 and 08/11 in both ...
2
votes
1answer
85 views
What constitutes 'active participation' in the private API beta?
In trying to understand some continued weirdness regarding badge/reputation rewarding in the context of private API participation I failed to find the explanation what exactly constitutes 'active ...
1
vote
1answer
54 views
Pagination of users ordered by reputation
I know I can retrieve a page of users ordered by reputation using these apis:
http://api.stackoverflow.com/1.1/users/?sort=reputation&order=desc&page=1
...