Skip to main content
GET
Search
Full-text search over titles, descriptions, tags, games, and creators. Typo-tolerant, with synonym handling (e.g. “autofarm” matches “auto farm”). Defaults to relevance (accuracy) sorting and annotates each result with the fields that matched.

Query parameters

string
required
The search query.
integer
default:"1"
integer
default:"20"
Max 20 anonymous, 100 with a key.
string
default:"accuracy"
accuracy (relevance), or any of views, likeCount, dislikeCount, createdAt, updatedAt, score.
string
default:"desc"
All filters from the fetch endpointmode, key, universal, verified, patched, placeId, game, tag, ui, owner, minViews, hasThumbnail, fields — work here too.
Search is on a tighter per-minute budget than other endpoints (see Rate limits). Debounce user typing — don’t fire a request per keystroke. For autocomplete, use /v1/suggest instead.

Response

Same shape as fetch, plus:
string
The query you searched.
string[]
Which fields matched, e.g. ["title","tags"].