The Qwiki Embed API allows third party applications to easily embed a series of Qwikis. It is possible to embed a curated collection of Qwikis such as the "Qwiki of the Day" or supply a search query and embed the returned results. To get started, you can either use the embed code from one of the samples to the right or follow the documentation below.
This will produce the most recent set of Qwikis from the Qwiki of the Day collection.
Can also be "grid" to show a four Qwikis in a tabular layout per page.
The Qwiki Data API lets a user query for Qwiki's corpus of over 3 million topics. The results are returned in JSON or JSONP format.
URL:
Parameters:
collection
The collection to get results from, currently accepts "qotd".
count
The number of items to reurn. Defaults to 6.
callback
An optional callback function; if specified the results will be returned wrapped in this function in JSONP format.
URL:
Parameters:
q
Required. The query to execute on the server.
count
The number of items to reurn. Defaults to 6.
callback
An optional callback function; if specified the results will be returned wrapped in this function in JSONP format.
The return format is either JSON or JSONP. Below is a JSON example; if JSONP is specified the response will be wrapped in the supplied callback function.