17lands: Get Card Ratings
17lands via Parse · sports
Fetches per-card win rate statistics for a given set and format. Returns detailed performance metrics including seen/pick/play/win rates and drawn improvement for each card. Results cover all cards in the expansion unless filtered by color or rarity. Dates default to full available range when omitted. 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
- GET /scraper/185c7f2c-c4bb-4543-804e-36c6f657bb81/get_card_ratings
- Interface artifact
- sha256:24fd1d5d9a273ce9d44ad30f8efc882edfc8caba7d3d70238a9ea53b2f43d524
- Manifest digest
- sha256:9543e3aa9a8ccc2bbfa8999e46c9e2828d61b347857bb7968fcd69339a1801e8
Request fields
- colors (string): Filter by card colors (e.g. W, UB, WUBRG). Concatenated color letters.
- format (string): Format type (e.g. PremierDraft, TradDraft, QuickDraft, Sealed). Available values from get_filters.formats.: Allowed values: PremierDraft, TradDraft, QuickDraft, Sealed
- rarity (string): Filter by card rarity: common, uncommon, rare, or mythic.: Allowed values: common, uncommon, rare, mythic
- end_date (string): End date for statistics in YYYY-MM-DD format. Defaults to today.
- expansion (string): Expansion code (e.g. SOS, TMT, ECL, FDN, DFT). Available values from get_filters.expansions.
- start_date (string): Start date for statistics in YYYY-MM-DD format.
- user_group (string): Filter by user skill group: top, middle, or bottom.: Allowed values: top, middle, bottom
Example queries
- {"colors":"W","format":"PremierDraft","rarity":"common","end_date":"2026-06-11","expansion":"FDN","start_date":"2026-03-13","user_group":"top"}