filter - Getting All Questions from Stack Exchange API that are Accepted -


i bit new stack exchange api. want query questions have been asked has accepted answer. know /questions query returns "is_accepted" key each question tried put in url "&is_accepted=true" did not work.

the reason want optimize number of questions can extract daily quota.

to this, need use advanced search api this:

https://api.stackexchange.com//2.2/search/advanced?accepted=true&order=desc&sort=creation&site=stackoverflow.


Comments