List public decks for a game
Returns the visible decks for a game. Anonymous callers see only Public decks. Authenticated callers also see their own private/unlisted decks. Archived decks are excluded.
Documentation Index
Fetch the complete documentation index at: https://docs.flexslot.gg/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
HMAC-SHA256 over canonical request string. Format: v1.<unix_seconds>.<hex_hmac_sha256>.
Partner identifier slug. Required alongside X-Signature for HMAC auth.
User-issued personal access token (format: flx_pat_).
Path Parameters
Query Parameters
Filter by deck author (firebase user id).
ISO 8601 lower bound on creation timestamp (inclusive).
ISO 8601 upper bound on creation timestamp (inclusive).
ISO 8601 lower bound on last-edit timestamp (inclusive).
ISO 8601 upper bound on last-edit timestamp (inclusive).
Filter by format id.
Filter to decks that do/don't have in-deck strategy notes.
Filter to decks that do/don't have an attached sideboard guide.
Filter to decks that do/don't link a YouTube video.
Filter by format-legality flag.
Page size (max 100, default 20).
Sort direction. Defaults to desc.
asc, desc 1-indexed page number.
Substring filter on deck name (case-insensitive).
Sort key. Defaults to editedAt.
createdAt, editedAt, likes, trending, views