Scryfall · JSON Structure

Scryfall Catalog Structure

Type: object Properties: 4
Games And ComicsMagic The GatheringCard DataOpen DataFreeCommunity FundedPublic APIs

ScryfallCatalog is a JSON Structure definition published by Scryfall, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

object uri total_values data

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScryfallCatalog",
  "type": "object",
  "properties": {
    "object": { "type": "string" },
    "uri": { "type": "string" },
    "total_values": { "type": "integer" },
    "data": { "type": "array" }
  }
}