Searches a site for any questions which fit the given criteria.
Search criteria are expressed using the following parameters:
q - a free form text parameter, will match all question properties based on an undocumented algorithm.accepted - true to return only questions with accepted answers, false to return only those without. Omit to elide constraint.answers - the minimum number of answers returned questions must have.body - text which must appear in returned questions' bodies.closed - true to return only closed questions, false to return only open ones. Omit to elide constraint.migrated - true to return only questions migrated away from a site, false to return only those not. Omit to elide constraint.notice - true to return only questions with post notices, false to return only those without. Omit to elide constraint.nottagged - a semicolon delimited list of tags, none of which will be present on returned questions.tagged - a semicolon delimited list of tags, of which at least one will be present on all returned questions.title - text which must appear in returned questions' titles.user - the id of the user who must own the questions returned.url - a url which must be contained in a post, may include a wildcard.views - the minimum number of views returned questions must have.wiki - true to return only community wiki questions, false to return only non-community wiki ones. Omit to elide constraint.At least one additional parameter must be set ifnottagged is set, for performance reasons.
The sorts accepted by this method operate on the following fields of thequestion object:
last_activity_datecreation_datescoremin ormaxactivity is the default sort.sort,min,max,fromdate, andtodate.This method returns a list ofquestions.
aboutblogterms of usecontact usfeedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed underCC BY-SA