The unanswered tag has no wiki summary.
1
vote
1answer
18 views
Sort ranges on /questions/unanswered is broken
The following API request should return all unanswered questions with a score of at least 30:
http://api.stackapps.com/1.1/questions/unanswered?sort=votes&min=30
However, the response ...
2
votes
1answer
50 views
Any way for /tags to provide unanswered count?
I am trying to get a count of unanswered questions by tag. Basically if there was an 'unanswered-count' in addition to the 'count' property of the /tags response that would be perfect.
It has been ...
3
votes
0answers
248 views
Newest unaswered by tags
Screenshot
About
Often, when I was looking for questions to answer on StackOverflow, I would go through newest unanswered questions and look for those that had one of my favorite tags. The “my ...