17lands: Get Trophy Decks
17lands via Parse · sports
Lists 7-win (trophy) decklists for a given expansion and format. Returns the most recent trophy decks with color, rank, and record info. Only returns data for currently active or recent expansions. Filterable by player rank, deck colors, or specific cards. APIs for MTG Arena draft analytics from 17lands.com, covering card performance, archetype win rates, trophy decks, and leaderboards. Fulfilled by Parse from 17lands.com.
- 17lands
- 17lands-com
- entertainment
- other
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/185c7f2c-c4bb-4543-804e-36c6f657bb81/get_trophy_decks
- Interface artifact
- sha256:3b56d884155eb4a64e9fc6d1dac435f61597e5f90ecb7eb0da598ba116c0c747
- Manifest digest
- sha256:e7f89e7aceadf5e0bdb7cc576b3590646ad7722ca164e9e3662cdb1abeeffbd0
Request fields
- ranks (string): Filter by player ranks as a JSON array of strings (e.g. ["Diamond", "Mythic"]).
- format (string): Format type (e.g. PremierDraft, TradDraft, QuickDraft).: Allowed values: PremierDraft, TradDraft, QuickDraft, Sealed
- expansion (string): Expansion code (e.g. SOS, TMT, ECL). Available values from get_filters.expansions.
- card_names (string): Filter by specific cards in deck as a JSON array of strings.
- deck_colors (string): Filter by deck color combinations as a JSON array of strings (e.g. ["WR", "UB"]).
Example queries
- {"ranks":"[]","format":"PremierDraft","expansion":"FDN","card_names":"[]","deck_colors":"[\"WR\"]"}