To get the count of a query without returning results, simply specify pagesize=0.
http://api.stackoverflow.com/0.9/users?filter=mike&sort=name&pagesize=0
{
"total": 1161,
"page": 1,
"pagesize": 0,
"users": []
}
|
To get the count of a query without returning results, simply specify http://api.stackoverflow.com/0.9/users?filter=mike&sort=name&pagesize=0
|
||||
pagesize=0. Deviations from this are bugs. – Kevin Montrose♦ Jun 30 '10 at 20:17