I am using the Stack Exchange API to get the number of all unanswered questions in a particular tag. I am trying to create a table which shows the change in value over a period of time. Therefore, I am using fromdate
and todate
. The issue is that my result is varying slightly.
Setting todate
to 2020-07-01
returns a total of 23517 questions, but as of now, the site shows 23526 in the unanswered tab.