Skip to main content

Questions tagged [reputation]

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

6 votes
1 answer
132 views

Get reputation changes across all sites without querying each one individually

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

/users/{id} and /users/{id}/reputation disagree over +2 accept-answer bonuses

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

Total reputation reported by the /users/{ids}/reputation route is low

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

bounties_offered are not being returned correctly from /users/{ids}/reputation

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

Reputation changes from accepting answers to questions are not included in reputation results

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

The reputation_change field is missing from the reputation results on some CW posts

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

Stack Info: a Chrome extension to display information from Stack Overflow and help you follow your reputation

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
0 answers
62 views

Has someone implemented code(in javascript) to get last seven days consolidated reputation thorough API?

I am trying to get user's reputation for last seven days. I want to get total reputation user has earned on specific day. Has someone implemented a way to do this in javascript? I know I can do this ...
Nikhil N's user avatar
  • 111
1 vote
1 answer
65 views

How to get the question title for reputation history entries?

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

In the API, User object, what are all these reputation properties?

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
126 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 think there is a direct query that will give ...
Mike's user avatar
  • 161
5 votes
1 answer
84 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?
Ginny Dellinger's user avatar
2 votes
1 answer
109 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 14:58:27Z,10,/ajax/...
sente's user avatar
  • 121
2 votes
1 answer
110 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 ...
russau's user avatar
  • 193
2 votes
1 answer
107 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 http://api.stackoverflow.com/1.1/users/...
Lorenzo Polidori's user avatar

15 30 50 per page