A question about how the API returns reputation for users.
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 ...
11
votes
3answers
153 views
Hide all pointless user data (gravatar, badges, and reputation).
hide pointless user data on userscripts.com
When I look at answers, I often take the user's reputation into account on whether I upvote them or not. This is a terribly bad thing to do as you should ...
5
votes
1answer
42 views
Can you access a user's tag reputation/score via the API?
Is it possible to retrieve a user's tag specific reputation/score via the API? If not, is it possible to make an API call that returns enough information that you can calculate the value?
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 ...
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 ...
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 ...
1
vote
1answer
50 views
What's the best way to get all available data related to a user's reputation?
I'm looking for the best way to get a full list of every event which has caused a user's reputation to change, It could look like:
timestamp,reputation_change,object_uri
2011-01-25 ...
1
vote
1answer
47 views
Reputation API to display a reputation history
I'm building something similar to the reputation graph / summary on the SO user page.
The answer explains that the /users/{ids}/reputation API method gives a sum of reputation for the period. So ...
12
votes
0answers
54 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 ...
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
...
1
vote
1answer
21 views
/users/{ID}/reputation is returning a 500 error.
The following API request:
http://api.stackexchange.com/2.0/users/235/reputation?filter=%21DnBO_&site=askubuntu&page=1
...is returning an error:
{
error_id: 500,
error_name: ...
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 ...
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 ...
3
votes
2answers
92 views
Is there an app that shows rep as points/week etc?
I'm interested in seeing my reputation graphed as points earned per day/week/month rather than the cumulative graph you get on your profile.
Is there an existing app for that or is it something I'd ...
1
vote
1answer
21 views
rep losses aren't reflected in api
This includes rep recalcs (e.g., the latest) and (speculative) when people take upvote back.
First case you can see on standard stackauth/users query: it displays meta reputation before recalc.
...
1
vote
1answer
100 views
Reputation query doesn't match that on SO
This morning, at 2011-04-06 00:22:38Z, I received a question upvote for this question. That shows up as giving me 5 reputation when looking at the Stack Overflow reputation page.
However, when I use ...
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)
...
4
votes
1answer
50 views
You can gain reputation from edits to tag wikis, although they are not accessible through the API.
Reputation gain from edits to tag wikis appear through the API; the API reports them as answers, but fetching them via the /answers route does not work.
Case in point:
My accepted edit (+2 rep)
My ...
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 ...
4
votes
1answer
727 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 ...
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 ...
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 ...
2
votes
1answer
159 views
My reputation graph is messed up.
See here:
http://stackapps.com/users/18?tab=reputationhistory#tab-top
Go to my rep graph and notice that it only shows about 350 points...
Where's my other 4100?
3
votes
2answers
86 views
Can I filter Users by reputation or up_vote_count using the API?
Howdy,
Is it possible to do API calls that pull back all users with, say, > 10,000 reputation? Or up_vote_count, etc.
The advanced search page implies that we should use third-party search engines. ...
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 ...
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 ...
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 ...
0
votes
1answer
39 views
how/when is rep_change updated?
I am trying to determine the most efficient way to keep a user's rep_change history updated and need some guidance.
Here are a few assumptions that I am inferring from the available information:
...
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 ...
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 ...
4
votes
3answers
139 views
How do I get the ten reputation required to post an image for my app?
Funny that in order to enter and include a screenshot, you need ten reputation points. Go figure.
5
votes
3answers
166 views
API having more rights than a 0 rep user.
The fact that the API has total_upvotes and total_downvotes makes the fact that you need 1000 rep on the sites a bit weird. Are there more things that the API knows by default, which you can only ...
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 ...
