I'm making the call http://api.stackoverflow.com/1.1/users?filter=Patrick%20Perini Most of the time, it returns

{
  "total": 0,
  "page": 1,
  "pagesize": 30,
  "users": []
}

which is irritating enough in and of itself. However, occasionally, I get what I expect. About 1 result, with my account being at index 0. Is something currently going wrong with the StackExchange API, or am I doing something wrong?

link|improve this question
I cannot reproduce getting any results for that URL at all. However, this is definitely a bug because I can pull up your profile just fine on Stack Overflow so it should be in the results. – George Edison Oct 24 '11 at 5:49
feedback

You must log in to answer this question.

Browse other questions tagged