A question about how the API returns users.
19
votes
7answers
2k views
StackUsers.com - everything you ever wanted to know but were afraid to ask. (about an SE user. almost.)
About
http://stackusers.com
All Stack Exchange users at your fingertips.
The core of this application is a robust data acquisition and maintenance platform based on Soapi.CS that reliably and ...
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 ...
3
votes
1answer
88 views
Problem getting a users questions within a date range
I'm having a problem returning a list of users questions within a given timespan. I understand that the documentation ( http://api.stackoverflow.com/0.8/help/method?method=users/{id}/questions ) that ...
2
votes
1answer
92 views
Something's changed about user timelines
Six to Eight's user display has just broken, as the /user/id/timeline route seems to have started returning different data. Previously, timeline_type of entries in the user_timelines array used to be ...
2
votes
1answer
67 views
Suddenly, some entries on /questions route are missing display_name
An odd bug has developed this morning. At the moment, api.stackoverflow.com/1.0/questions is returning a question of the format...
... },
{
"tags": [
"jsf-2.0"
],
...
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
...
1
vote
1answer
58 views
Problem getting a users answers within a date range
This issue is similar to http://stackapps.com/questions/768/problem-getting-a-users-questions-within-a-date-range. Only this time I'm calling a different api and getting unexpected results.
I'm ...