GET /search/v1/organic

archive.org:search

Summary:
Operation ID:
Auth: unknown
Description

Return relevance-based results from search queries

Parameters (5)

callback (string, query, optional)

Specifies a JavaScript function func, for a JSON-P response. When provided, results are wrapped as `callback(data)`, and the returned MIME type is application/javascript. This causes the caller to automatically run the func with the JSON results as its argument.

field (string, query, optional, default: identifier)

Metadata field

Constraints: {'minLength': 1, 'maxLength': 250}

q (string, query, optional)

Lucene-type search query

size (integer, query, optional, default: 1000)

Number of query results to return

Constraints: {'minimum': 10, 'maximum': 10000}

total_only (boolean, query, optional, default: False)

Request total only; do not return hits

No probe data for this endpoint yet.