Skip to main content

Questions tagged [reputation]

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

2 votes
0 answers
21 views

Getting weird response from StackExchange API [duplicate]

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. ...
nice_dev's user avatar
  • 153
4 votes
2 answers
174 views

How can I retrieve the reputation I (or another user, fwiw) earned for a given tag from questions and answers?

(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
336 views

How to get (unread) achievements?

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
82 views

Find out whether a user has association bonus

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
172 views

Is there an easy way to get user reputation via API?

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
158 views

Reputation-based filter for search results

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
1 vote
0 answers
104 views

Top Pagination for User Reputation League

About User Script for cloning the bottom pagination content of the user reputation leagues page and adding them in the top of the user list. User script created for the "feature-request" of this ...
Arulkumar's user avatar
  • 578
3 votes
0 answers
143 views

BountyHunter - an app to track reputation of a group of people

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
181 views

How do I get my total reputation score using the API?

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
56 views

Reputation_change has the historical total rather than the daily delta?

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
128 views

StackTrace – Track your reputation and badges

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
97 views

Show each user's percentile in rep leagues

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
79 views

How to get unread reputation changes via the API?

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
74 views

Which reputation events are private?

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
87 views

How to use the API to show the user reputation? [duplicate]

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

15 30 50 per page