Search
Endpoints
Search
Relevance-ranked full-text search across the catalogue.
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 (Documentation Index
Fetch the complete documentation index at: https://docs.sirius.menu/llms.txt
Use this file to discover all available pages before exploring further.
accuracy) sorting and annotates each result with the fields that matched.
Query parameters
The search query.
Max 20 anonymous, 100 with a key.
accuracy (relevance), or any of views, likeCount, dislikeCount, createdAt, updatedAt, score.mode, 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:The query you searched.
Which fields matched, e.g.
["title","tags"].