Thursday, November 16, 2023

How many cards (2023)?

The Grand Calculatron

How many Magic cards have been made? I looked at that question and the difficulty it creates in this post from 2020. Today, I simply update the numbers. This post will focus on how many unique cards have been made.

As with last yearScryfall will be our guide. Any commands shown below were typed into the main Scryfall search bar. And all results are accurate only as of this writing—16 November 2023—as the numbers are always changing.

The first query: how many unique Magic cards have been made? Using Scryfall's syntax, we search as follows, and get the result (presented immediately after and copied from Scryfall's explanation):
  • not:reprint  
    • 27,370 cards where the cards aren’t reprints
Cool. But this includes funny cards . . . let's drop those:
  • not:reprint not:funny  
    • 26,769 cards where the cards aren’t reprints and the cards aren’t funny
Now let's remove those digital-only cards:
  • not:reprint not:funny not:digital  
    • 26,212 cards where the cards aren’t reprints and the cards aren’t funny and the cards aren’t digital prints
Great. Now let's look at how many unique cards have appeared in core sets:
  • not:reprint st:core  
    • 1,685 cards where the cards aren’t reprints and the set type is core
And now expansions:
  • not:reprint st:expansion  
    • 20,681 cards where the cards aren’t reprints and the set type is expansion
All that remains are cards that weren't in core sets or expansions:
  • not:reprint -st:core -st:expansion  
    • 5,158 cards where the cards aren’t reprints and the set type is not core and the set type is not expansion
Oops, that includes funny and digital cards. Adjusting:
  • not:reprint -st:core -st:expansion not:funny not:digital  
    • 4,152 cards where the cards aren’t reprints and the set type is not core and the set type is not expansion and the cards aren’t funny and the cards aren’t digital prints
Alright, I think that's it for today. So in summary, as of today,
  • 24,234 unique Magic cards have been released in core sets, expansions, or other special releases that are not funny and not digital only [+1,978 from last year]. The breakdown:
    • 1,685 unique Magic cards in core sets [same as last year]
    • 19,535 unique Magic cards in expansions [+1,146 from last year]
    • 3,134 unique Magic cards in special releases [+2,024 from last year]
The numbers are always changing; here's a screenshot on how the numbers have changed over the past few months. Note that the "-is:" or "-st:" syntax is interchangable with "not:" in some cases:

That's a lot of Magic cards, and quite a jump from last year. Note the increasing percentage of special releases.

No comments:

Post a Comment