For most use cases, the
slideless CLI is easier than calling this endpoint directly. slideless listing get <slug> already shows a listing’s descendants under “Remixes of this”.When to use
Fetch every listing that descends from a given marketplace listing — the listings published from decks that were created by remixing it. This powers the “Remixes of this” section on a listing’s marketplace page. Only descendants that have themselves been published appear here. Remixing a listing alone does not create one — the remixed deck must be pushed and then published before it shows up. See Remix lineage. This endpoint is public — no API key — and its responses are cached.Endpoint
Auth
None. Do not send anAuthorization header.
Query parameters
Response (200)
remixes is [] when nothing has been published from a remix of this listing.
Examples
curl
Node.js
Errors
Next
- GET /getMarketplaceListing — full detail for the source listing, including its own
remixedFromSlug. - Remixing guide — how lineage flows from remix to publish.