2
votes
0answers
17 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 there is a direct query that will give me ...
0
votes
1answer
23 views

Add last_access_date field to the shallow_user object

Would it be possible to add the last_access_date field to the shallow_user object? I presume this corresponds to the seen field when visiting someone's profile. My reasoning is that it saves the ...
4
votes
2answers
52 views

Expose the contents of the “accounts” tab of the SE network profile as machine-readable data

It would be really nice if there were a way to get all the data that is displayed on the accounts tab of the Stack Exchange network profile for a user (e.g. mine) as machine-readable data with 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 ...
9
votes
2answers
169 views

Finding a user given their (exact) display name

For my app, I allow people to "register" themselves on my site by typing in their Stack Overflow (etc) name. Now it does allow you to use your ID if you know it, but I find that typing in usernames is ...