I noticed there was the method /questions/unanswered which returns questions with no upvoted answers but I'm more interested in something like /questions/unaccepted which returns all questions that have no accepted answers.
Tell me more
×
Stack Apps is a question and answer site for
apps, scripts, and development with the Stack Exchange API. It's 100% free, no registration required.
|
|
|||
|
|
|
There isn't a specific route that does this, but you could call one of the question routes and then check to see if each of them has an accepted answer. |
|||
|
|