Skip to main content

Questions tagged [reputation]

User reputation as returned by the API or displayed on Stack Exchange sites

Filter by
Sorted by
Tagged with
3 votes
0 answers
210 views

About I created the SO Stats app because I wanted a simple and convenient way to track my Stack Overflow activity and progress. As a frequent user, I was always curious about how my reputation was ...
Vinoth's user avatar
  • 131
2 votes
0 answers
29 views

Context: I am trying to notify myself with an email whenever there is a reputation change on my account every 30 mins(which will come via a cron job). So I am hitting a StackExchange API to get this. ...
pen_and_paper's user avatar
4 votes
2 answers
289 views

(I've included the api-v2.3 because https://api.stackexchange.com/docs starts with Stack Exchange API v2.3.) From this answer I see there's no way to get all questions with a specific tag. However, ...
Enlico's user avatar
  • 197
2 votes
1 answer
392 views

Is there an API call where you can get all achievements and all unread achievements? Like this: Update Thanks to the answer of Glorfindel, I use the following methods to calculate the unread ...
Norbert Bartko's user avatar
4 votes
1 answer
147 views

I searched for this in the api docs and on this page but couldn't find any information: I have an api token of a given user. Is there a way to find out whether this user has association bonus rights? ...
User that hates AI's user avatar
2 votes
1 answer
216 views

I am looking for an easy way to access user reputation so that I can write a small react component and display my rep on my portfolio site. I want to make this package available on NPM and have ...
Stretch0's user avatar
  • 123
6 votes
0 answers
191 views

This userscript filters search results on Stack Exchange sites by reputation of the asker. To use it, add a search parameter such as is:25 where 25 is the minimum reputation required. Since the search ...
user avatar
3 votes
0 answers
206 views

This is a demo app I am building to track the Stack Exchange reputations of people in our (company) group. Github repository
Abhinay's user avatar
  • 131
7 votes
1 answer
224 views

How do I get my total reputation score? My score is 354, on Stack Overflow, as per my user page. I browsed the API, and found a call similar to what I require:       api.stackexchange....
kensplanet's user avatar
3 votes
1 answer
91 views

I'm trying to use the reputation API to get the recent reputation delta for a given user. For example, looking at recent entries for /2.2/users/21539/reputation, one has: { on_date: 1447018487, ...
David Ebbo's user avatar
6 votes
0 answers
158 views

Screenshot / Code Snippet About This is a basic app that shows your reputation change. Download Download the extension Platform This works on Safari 5.1 or later. Contact Created by Jed Fox (...
J F's user avatar
  • 213
3 votes
0 answers
121 views

I've written a userscript to implement the request from Can the stack exchange league tables show percent as well as rank?. Runs in Greasemonkey and probably others. Install Show Rep League ...
Nathan Tuggy's user avatar
6 votes
0 answers
115 views

I want to write a desktop widget that checks the Stack Exchange API every several seconds and tells me if there are any new reputation changes. I can't figure out what API method I can use for that. ...
jojman's user avatar
  • 161
5 votes
1 answer
124 views

I've been reading the API documentation on retrieving a user's reputation history (docs/types/reputation-history) and Stack Overflow's description of how reputation is calculated. But, I can't find ...
Andrew's user avatar
  • 153
0 votes
1 answer
141 views

How do I use the Stack Exchange API to let my users enter their Stack Overflow URL and then extract their reputation and show it in a profile controller in Rails?
frustrateddeveloper's user avatar
7 votes
1 answer
221 views

I'm looking to make an app that shows your reputation changes throughout the network. /me/reputation-history/full almost accomplishes this, but it's on a per-site basis. I only want one query to get ...
user avatar
2 votes
1 answer
112 views

I am using the 2.2 API to display user stats by quarter, but I also want to display reputation changes between any 2 dates. I use the /users/{ids} API to get the summaries. For example, user 2403309 ...
fiacobelli's user avatar
4 votes
0 answers
113 views

When querying the /users/{ids}/reputation API route, the total amount of reputation I get back from all reputation changes is much lower than my reputation reported on Stack Overflow. Here's my ...
Bill the Lizard's user avatar
3 votes
0 answers
65 views

When querying the /users/{ids}/reputation API route, reputation changes for bounties_offered are not being returned correctly. In my own results, I see a reputation object with a reputation_change ...
Bill the Lizard's user avatar
4 votes
1 answer
119 views

When querying the /users/{ids}/reputation API route, the results don't include the +2 reputation changes from accepting answers. None of the reputation results from my own reputation history have a ...
Bill the Lizard's user avatar
2 votes
0 answers
46 views

When querying the /users/{ids}/reputation API route, the reputation_change field is missing from the results on community-wiki answers. I think the reputation type should always include this field, ...
Bill the Lizard's user avatar
2 votes
0 answers
368 views

Screenshot / Code Snippet About Chrome Extension to display information from Stack Overflow and help you follow your reputation. It is fairly simple project (especially compared to other chrome ...
Aurélien Thieriot's user avatar
1 vote
1 answer
102 views

I'm trying to implement a simple rep list, much like as seen on Stack Exchange sites. What I would like is to get three things: the rep change amount, type of change, and question title. However, ...
user avatar
3 votes
1 answer
111 views

I am going through the JSON that is resulting from calling the Stack Exchange User API. I see a bunch of reputation fields. private Number reputation; private Number reputation_change_day; private ...
Nicholas DiPiazza's user avatar
6 votes
1 answer
165 views

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 think there is a direct query that will give ...
Mike's user avatar
  • 161
5 votes
1 answer
122 views

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?
Ginny Dellinger's user avatar
2 votes
1 answer
167 views

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 14:58:27Z,10,/ajax/...
sente's user avatar
  • 121
2 votes
1 answer
145 views

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 ...
russau's user avatar
  • 193
2 votes
1 answer
145 views

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 http://api.stackoverflow.com/1.1/users/...
Lorenzo Polidori's user avatar
1 vote
1 answer
57 views

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: "...
Nathan Osman's user avatar
  • 23.2k
2 votes
0 answers
105 views

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 ...
badp's user avatar
  • 945
16 votes
0 answers
404 views

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 displays the ...
Tim Stone's user avatar
  • 4,686
3 votes
0 answers
182 views

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 ...
Richard H's user avatar
  • 131
24 votes
4 answers
589 views

About Displays user reputation in hexadecimal. The code is quite simple if you want to do any tweaks. For users with rep >= 0x10000, it switches the font to Arial Narrow to prevent breaking layouts. ...
Kip's user avatar
  • 1,021
3 votes
1 answer
221 views

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 ...
Jon Skeet's user avatar
  • 293
2 votes
1 answer
91 views

This includes reputation recalculations (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 ...
Nikita Rybak's user avatar
  • 1,271
48 votes
2 answers
2k views

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 tab. ...
balpha's user avatar
  • 11k
5 votes
0 answers
215 views

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) License ...
YOU's user avatar
  • 5,042
5 votes
1 answer
106 views

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 ...
badp's user avatar
  • 945
12 votes
3 answers
462 views

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 ...
jjnguy's user avatar
  • 2,986
4 votes
1 answer
12k views

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 ...
Sky Sanders's user avatar
  • 12.1k
4 votes
2 answers
172 views

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 ...
ChrisF's user avatar
  • 230
3 votes
4 answers
419 views

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 ...
Steffen Opel's user avatar
  • 1,380
3 votes
1 answer
368 views

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 ...
Steffen Opel's user avatar
  • 1,380
2 votes
1 answer
156 views

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 ...
Steffen Opel's user avatar
  • 1,380
6 votes
5 answers
645 views

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 ...
Steffen Opel's user avatar
  • 1,380
4 votes
2 answers
183 views

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. ...
Matt Culbreth's user avatar
0 votes
1 answer
102 views

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: the ...
Sky Sanders's user avatar
  • 12.1k
6 votes
2 answers
308 views

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 ...
Riduidel's user avatar
  • 213
22 votes
1 answer
968 views

tl;dr New! See "More Athlons" below. Screenshot About It's surprising how few people are active on multiple Stack Exchange sites. Well, maybe not so surprising. But it's a big world; you'd ...
Dennis Williamson's user avatar