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?