Tagged Questions
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
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
...
0
votes
1answer
117 views
Does an access using the API count towards the user's consecutive days total?
Supposing I knock up a quick Python script that uses Py-StackExchange (or similar) to visit stackoverflow, retrieve a recent question, etc.; and then run a cron job to do this a couple of times a ...
3
votes
1answer
80 views
Access to /users/recent/ (Recent Activity) through the API
Would it be possible to have access to a user Recent Activity?
I know that this is not a public information on the website, but I think that most part is public. I only see one Activity that should ...