The /questions/unanswered API returns the full list of questions (same as /questions).
2 Answers
/questions and /questions/unanswered are returning different sets of questions, which both are both functioning properly as far as I can tell.
Of the various functions in the API, those two have seen some of the most tweaking since we went into public beta; so it wouldn't surprise me if they were broken at some point. They're [status-norepo] now though.
1 Comment
questions gives me ~700K, unanswered gives me ~100K. Must've been fixed while tweaking other stuff.Do you aware that unanswered questions in stackoverflow means no upvoted answers, right?
The query looks fine for me.
3 Comments
"total": 683482 in the result, which is the same number SO prominently displays on the home page as total number of questions. Also, in the results list I see stackoverflow.com/questions/194812, which does not have an accepted answer, but has multiple upvoted answers. What am I missing?