I'd like to call for a stack exchange query to get the number of questions that were asked in a certain time range about a certain tag.
How can I do it? according to api's documentation it said that:
If you're looking to just select total, exclude the items field in favor of excluding all the properties on the returned type.
How can I do it?
You need to pass a custom filter in the parameters to the API call.
For example:
Reference:
/questions
live-doc page for those parameters.