Skip to main content

All Questions

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
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
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
2 votes
0 answers
79 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 ...
badp's user avatar
  • 945
2 votes
2 answers
204 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 ...
codeka's user avatar
  • 536