MTG Copilot Docs
Data model

Subtypes

The subtype vocabulary, grouped by the card type each one belongs to.

2 columns. Every value below is generated from the provenance registry.

FieldTypeSourceUpdatedWritten by
namestringscryfallon set releasescripts/seed-types.ts (catalogs)
A subtype, e.g. Goblin, Aura, Equipment.
categorystringscryfallon set releasescripts/seed-types.ts (catalogs)
Which card type the subtype belongs to (creature, land, artifact, …). 'unknown' where Scryfall's catalogs do not say.

TypeScript model

interface mtg_subtypes {
  name:     string
  category: string
}

On this page