Search

Search operations

Lexical (full-text) search over registered API operations.

post/search

Request body

apisstring[] nullable

Restrict results to these APIs. Each entry is a 'vendor[/name[/version]]' identifier of an imported API (e.g. 'github-com/api-github-com/1.1.4'); vendor and name are normalized like ingest, so raw spellings such as 'stripe.com/api' also resolve. The legacy colon-separated form 'vendor[:name[:version]]' is also accepted.

cursorstring nullable
limitinteger
querystring required
revision_pinsobject nullable

Pin specific APIs to a revision for this search. Keys are full 'vendor/name/version' identifiers (colon-separated also accepted); values are revision UUIDs.

Response

Successful Response

has_moreboolean required
next_cursorstring nullable

Changes

Changed in 2 of the 85 revisions of this API.11