Gets all the questions on the site.
This method allows you make fairly flexible queries across the entire corpus of questions on a site. For example, getting all questions asked in the the week of Jan 1st 2011 with scores of 10 or more is a single query with parameters sort=votes&min=10&fromdate=1293840000&todate=1294444800
.
To constrain questions returned to those with a set of tags, use the tagged
parameter with a semi-colon delimited list of tags. This is an and constraint, passing tagged=c;java
will return only those questions with both tags. As such, passing more than 5 tags will always return zero results.
The sorts accepted by this method operate on the following fields of the question object:
last_activity_date
creation_date
score
min
or max
min
or max
min
or max
activity
is the default sort.
It is possible to create moderately complex queries using sort
, min
, max
, fromdate
, and todate
.
This method returns a list of questions.
Try ItRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4