Skip to main content

All Questions

Tagged with
7 votes
0 answers
121 views

/me/associated doesn't return meta sites anymore

The documentation of /me/associated says: You can filter the network_users returned by this method with the types parameter. Specify, semicolon delimited, main_site or meta_site to filter by site. ...
Glorfindel's user avatar
  • 6,792
2 votes
1 answer
58 views

Timeline activities appear to be missing (because creation_date has wrong and useless values)

When I'm looking at my Stack Overflow timeline according to the API, It's missing a lot of events. According to the API, the last thing I did was posting this answer, five days ago, and you can see ...
Glorfindel's user avatar
  • 6,792
2 votes
0 answers
56 views

List /network-activity methods under Network Methods in the documentation

The API methods /users/{id}/network-activity and /me/network-activity, both return a summary of a user's activity across the Stack Exchange network and do not take a site parameter. They are ...
Glorfindel's user avatar
  • 6,792
6 votes
0 answers
72 views

Docs say the API returns a user's age, but it doesn't (anymore)

The doc page says that the user object returns an age property (for those users that specified an age). But the API  no  longer  does.   (Plus spot checks of users that had age in ...
Brock Adams'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
1 vote
1 answer
30 views

/users/{ID}/reputation is returning a 500 error.

The following API request: http://api.stackexchange.com/2.0/users/235/reputation?filter=%21DnBO_&site=askubuntu&page=1 ...is returning an error: { error_id: 500, error_name: "...
Nathan Osman's user avatar
  • 23.3k
4 votes
1 answer
153 views

Certain users aren't showing up in /users when filter is applied

NB: The filter parameter in v1.x of the API had a different meaning to the filter parameter in v2.0 Consider the following query: http://api.stackoverflow.com/1.1/users?filter=jon%20skeet This ...
Nathan Osman's user avatar
  • 23.3k
2 votes
1 answer
66 views

Method /users/{id}/top-answer-tags is returning wrong results

I'm trying the following request: (555004 happens to be my user id) http://api.stackoverflow.com/1.1/users/555004/top-answer-tags and I'm a bit confused by the result: { top_tags: [ { ...
Jilouc's user avatar
  • 355
2 votes
1 answer
99 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 ...
Adam Wright's user avatar
  • 4,325
2 votes
1 answer
81 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" ], "...
Adam Wright's user avatar
  • 4,325
2 votes
1 answer
79 views

Problem getting a users answers within a date range

This issue is similar to Problem getting a users questions within a date range. Only this time I'm calling a different api and getting unexpected results. I'm calling http://api.stackoverflow.com/0.8/...
user avatar
3 votes
1 answer
132 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 ...
user avatar
3 votes
2 answers
78 views

On /users method id parameter does not work

Calling /users method with id parameter returns a list of users and not the user expected. http://api.stackoverflow.com/0.8/users?id=23234 Could be a documentation "bug" on help page: http://api....
systempuntoout's user avatar
2 votes
1 answer
81 views

/users/{id}/badges - multiple identical results

Each badge returned in the list of results from /users/{id}/badges already contains an award_count indicating how many times the badge was awarded for the particular user attached to the badge. In ...
ColinD's user avatar
  • 369
1 vote
1 answer
176 views

Why is sort by name reverse alphabetical?

It makes sense that reputation or date should sort descending, but name? I tested both /users and /tags and they sort reverse alphabetical, so Z before A. Is that by design or just a side effect of ...
Jim McKeeth's user avatar