Home
Providers
Scryfall
Scryfall
Scryfall is the most comprehensive free Magic - The Gathering card database. The Scryfall API exposes Cards (search, autocomplete, named, random, collection, by various IDs), Sets, Rulings, Symbology, Catalogs, Bulk Data downloads, and card-object Migrations. The service is community-funded (Patreon / Ko-fi) and offered free of charge under the Wizards of the Coast Fan Content Policy for community software, research, and content. The API is HTTPS-only, requires a descriptive User-Agent and Accept header on every request, and asks that clients keep sustained traffic under 10 requests per second.
Scryfall publishes 7 APIs on the APIs.io network, including Bulk Data API, Cards API, Catalogs API, and 4 more. Tagged areas include Games And Comics, Magic The Gathering, Card Data, Open Data, and Free.
The Scryfall catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
Scryfall’s developer surface includes documentation, API reference, getting-started guide, engineering blog, changelog, support, tooling, and 32 more developer resources.
7 APIs
9 Features
8 Use Cases
On this page
Kin Score
APIs 7
Open Collections 8
Pricing Plans 1
Rate Limits 1
Features 9
Vocabularies 1
Spectral Rules 2
JSON Schema 14
JSON Structure 7
Examples 9
Security Posture 2
Use Cases 8
Integrations 10
Solutions 3
Resources 39
apis.yml
50 Operational Transparency
Composite quality — 57.2/100 · strong
Contract Quality
12.5 / 21
Developer Ergonomics
9.7 / 17
Operational Transparency
5.5 / 11
Contract Governance
2.6 / 10
Regulatory Posture
6.9 / 15
Agent readiness — 21/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
0 / 10
Documented Reversibility
0 / 6
MCP Server
0 / 12
Machine-Readable Auth
0 / 10
Idempotency
0 / 9
Stable Error Semantics
8 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Delegated User Identity
0 / 6
Protected Resource Metadata
0 / 5
Registration Without a Human
0 / 6
Agentic Commerce Surface
0 / 5
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 7
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 8
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Notable capabilities this provider offers.
Scroll for all 9
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 14
JSON Structure definitions describing this provider's data shapes.
Scroll for all 7
Example request and response payloads for these APIs.
Scroll for all 9
Authentication, domain security, vulnerability disclosure, and trust-center signals.
What developers build with this provider.
Scroll for all 8
Pre-built integrations with other platforms and tools.
Scroll for all 10
Packaged solutions this provider offers.
Get Started 1
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Design & Contract 3
Pagination, idempotency, versioning, errors, and events
Build 20
SDKs, sample code, and the tooling you integrate with
Scroll for all 20
Access & Security 2
Authentication, authorization, and security posture
Operate 4
Status, limits, changes, and where to get help
Commercial 5
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Source (apis.yml)
aid: scryfall
name: Scryfall
description: Scryfall is the most comprehensive free Magic - The Gathering card database. The Scryfall API exposes Cards (search,
autocomplete, named, random, collection, by various IDs), Sets, Rulings, Symbology, Catalogs, Bulk Data downloads, and card-object
Migrations. The service is community-funded (Patreon / Ko-fi) and offered free of charge under the Wizards of the Coast
Fan Content Policy for community software, research, and content. The API is HTTPS-only, requires a descriptive User-Agent
and Accept header on every request, and asks that clients keep sustained traffic under 10 requests per second.
type: Index
url: https://raw.githubusercontent.com/api-evangelist/scryfall/main/apis.yml
humanURL: https://scryfall.com/docs/api
accessModel:
pricing: free
onboarding: open
trial: false
try_now: true
public: true
label: Free · Open access
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/scryfall.png
specificationVersion: '0.23'
created: '2026-05-28'
modified: '2026-05-29'
x-type: opensource
x-tier: 3
x-tier-reason: enriched-via-full-pipeline
x-source: public-apis/public-apis
x-category: Games & Comics
tags:
- Games And Comics
- Magic The Gathering
- Card Data
- Open Data
- Free
- Community Funded
- Public APIs
apis:
- aid: scryfall:scryfall-bulk-data-api
name: Scryfall Bulk Data API
description: Large daily exports of the entire Scryfall card database.
humanURL: https://scryfall.com/docs/api
baseURL: https://api.scryfall.com
tags:
- Bulk Data
properties:
- type: OpenAPI
url: openapi/scryfall-bulk-data-api-openapi.yml
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: JSONSchema
url: json-schema/scryfall-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-face-schema.json
- type: JSONSchema
url: json-schema/scryfall-related-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-image-uris-schema.json
- type: JSONSchema
url: json-schema/scryfall-legalities-schema.json
- type: JSONSchema
url: json-schema/scryfall-prices-schema.json
- type: JSONSchema
url: json-schema/scryfall-set-schema.json
- type: JSONSchema
url: json-schema/scryfall-ruling-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-symbol-schema.json
- type: JSONSchema
url: json-schema/scryfall-catalog-schema.json
- type: JSONSchema
url: json-schema/scryfall-bulk-data-schema.json
- type: JSONSchema
url: json-schema/scryfall-migration-schema.json
- type: JSONSchema
url: json-schema/scryfall-list-schema.json
- type: JSONSchema
url: json-schema/scryfall-error-schema.json
- type: JSONStructure
url: json-structure/scryfall-card-structure.json
- type: JSONStructure
url: json-structure/scryfall-set-structure.json
- type: JSONStructure
url: json-structure/scryfall-ruling-structure.json
- type: JSONStructure
url: json-structure/scryfall-card-symbol-structure.json
- type: JSONStructure
url: json-structure/scryfall-catalog-structure.json
- type: JSONStructure
url: json-structure/scryfall-bulk-data-structure.json
- type: JSONStructure
url: json-structure/scryfall-migration-structure.json
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: Examples
url: examples/scryfall-card-example.json
- type: Examples
url: examples/scryfall-card-list-example.json
- type: Examples
url: examples/scryfall-set-example.json
- type: Examples
url: examples/scryfall-ruling-example.json
- type: Examples
url: examples/scryfall-card-symbol-example.json
- type: Examples
url: examples/scryfall-catalog-example.json
- type: Examples
url: examples/scryfall-bulk-data-example.json
- type: Examples
url: examples/scryfall-migration-example.json
- type: Examples
url: examples/scryfall-error-example.json
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: Authentication
url: https://scryfall.com/docs/api
- type: ErrorCodes
url: https://scryfall.com/docs/api/errors
- aid: scryfall:scryfall-cards-api
name: Scryfall Cards API
description: Look up, search, and fetch Magic card objects in many ways.
humanURL: https://scryfall.com/docs/api
baseURL: https://api.scryfall.com
tags:
- Cards
properties:
- type: OpenAPI
url: openapi/scryfall-cards-api-openapi.yml
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: JSONSchema
url: json-schema/scryfall-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-face-schema.json
- type: JSONSchema
url: json-schema/scryfall-related-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-image-uris-schema.json
- type: JSONSchema
url: json-schema/scryfall-legalities-schema.json
- type: JSONSchema
url: json-schema/scryfall-prices-schema.json
- type: JSONSchema
url: json-schema/scryfall-set-schema.json
- type: JSONSchema
url: json-schema/scryfall-ruling-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-symbol-schema.json
- type: JSONSchema
url: json-schema/scryfall-catalog-schema.json
- type: JSONSchema
url: json-schema/scryfall-bulk-data-schema.json
- type: JSONSchema
url: json-schema/scryfall-migration-schema.json
- type: JSONSchema
url: json-schema/scryfall-list-schema.json
- type: JSONSchema
url: json-schema/scryfall-error-schema.json
- type: JSONStructure
url: json-structure/scryfall-card-structure.json
- type: JSONStructure
url: json-structure/scryfall-set-structure.json
- type: JSONStructure
url: json-structure/scryfall-ruling-structure.json
- type: JSONStructure
url: json-structure/scryfall-card-symbol-structure.json
- type: JSONStructure
url: json-structure/scryfall-catalog-structure.json
- type: JSONStructure
url: json-structure/scryfall-bulk-data-structure.json
- type: JSONStructure
url: json-structure/scryfall-migration-structure.json
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: Examples
url: examples/scryfall-card-example.json
- type: Examples
url: examples/scryfall-card-list-example.json
- type: Examples
url: examples/scryfall-set-example.json
- type: Examples
url: examples/scryfall-ruling-example.json
- type: Examples
url: examples/scryfall-card-symbol-example.json
- type: Examples
url: examples/scryfall-catalog-example.json
- type: Examples
url: examples/scryfall-bulk-data-example.json
- type: Examples
url: examples/scryfall-migration-example.json
- type: Examples
url: examples/scryfall-error-example.json
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: Authentication
url: https://scryfall.com/docs/api
- type: ErrorCodes
url: https://scryfall.com/docs/api/errors
- aid: scryfall:scryfall-catalogs-api
name: Scryfall Catalogs API
description: Convenience lists of Magic data points (card names, types, supertypes, etc.).
humanURL: https://scryfall.com/docs/api
baseURL: https://api.scryfall.com
tags:
- Catalogs
properties:
- type: OpenAPI
url: openapi/scryfall-catalogs-api-openapi.yml
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: JSONSchema
url: json-schema/scryfall-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-face-schema.json
- type: JSONSchema
url: json-schema/scryfall-related-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-image-uris-schema.json
- type: JSONSchema
url: json-schema/scryfall-legalities-schema.json
- type: JSONSchema
url: json-schema/scryfall-prices-schema.json
- type: JSONSchema
url: json-schema/scryfall-set-schema.json
- type: JSONSchema
url: json-schema/scryfall-ruling-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-symbol-schema.json
- type: JSONSchema
url: json-schema/scryfall-catalog-schema.json
- type: JSONSchema
url: json-schema/scryfall-bulk-data-schema.json
- type: JSONSchema
url: json-schema/scryfall-migration-schema.json
- type: JSONSchema
url: json-schema/scryfall-list-schema.json
- type: JSONSchema
url: json-schema/scryfall-error-schema.json
- type: JSONStructure
url: json-structure/scryfall-card-structure.json
- type: JSONStructure
url: json-structure/scryfall-set-structure.json
- type: JSONStructure
url: json-structure/scryfall-ruling-structure.json
- type: JSONStructure
url: json-structure/scryfall-card-symbol-structure.json
- type: JSONStructure
url: json-structure/scryfall-catalog-structure.json
- type: JSONStructure
url: json-structure/scryfall-bulk-data-structure.json
- type: JSONStructure
url: json-structure/scryfall-migration-structure.json
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: Examples
url: examples/scryfall-card-example.json
- type: Examples
url: examples/scryfall-card-list-example.json
- type: Examples
url: examples/scryfall-set-example.json
- type: Examples
url: examples/scryfall-ruling-example.json
- type: Examples
url: examples/scryfall-card-symbol-example.json
- type: Examples
url: examples/scryfall-catalog-example.json
- type: Examples
url: examples/scryfall-bulk-data-example.json
- type: Examples
url: examples/scryfall-migration-example.json
- type: Examples
url: examples/scryfall-error-example.json
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: Authentication
url: https://scryfall.com/docs/api
- type: ErrorCodes
url: https://scryfall.com/docs/api/errors
- aid: scryfall:scryfall-migrations-api
name: Scryfall Migrations API
description: Records of card-object migrations and merges.
humanURL: https://scryfall.com/docs/api
baseURL: https://api.scryfall.com
tags:
- Migrations
properties:
- type: OpenAPI
url: openapi/scryfall-migrations-api-openapi.yml
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: JSONSchema
url: json-schema/scryfall-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-face-schema.json
- type: JSONSchema
url: json-schema/scryfall-related-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-image-uris-schema.json
- type: JSONSchema
url: json-schema/scryfall-legalities-schema.json
- type: JSONSchema
url: json-schema/scryfall-prices-schema.json
- type: JSONSchema
url: json-schema/scryfall-set-schema.json
- type: JSONSchema
url: json-schema/scryfall-ruling-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-symbol-schema.json
- type: JSONSchema
url: json-schema/scryfall-catalog-schema.json
- type: JSONSchema
url: json-schema/scryfall-bulk-data-schema.json
- type: JSONSchema
url: json-schema/scryfall-migration-schema.json
- type: JSONSchema
url: json-schema/scryfall-list-schema.json
- type: JSONSchema
url: json-schema/scryfall-error-schema.json
- type: JSONStructure
url: json-structure/scryfall-card-structure.json
- type: JSONStructure
url: json-structure/scryfall-set-structure.json
- type: JSONStructure
url: json-structure/scryfall-ruling-structure.json
- type: JSONStructure
url: json-structure/scryfall-card-symbol-structure.json
- type: JSONStructure
url: json-structure/scryfall-catalog-structure.json
- type: JSONStructure
url: json-structure/scryfall-bulk-data-structure.json
- type: JSONStructure
url: json-structure/scryfall-migration-structure.json
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: Examples
url: examples/scryfall-card-example.json
- type: Examples
url: examples/scryfall-card-list-example.json
- type: Examples
url: examples/scryfall-set-example.json
- type: Examples
url: examples/scryfall-ruling-example.json
- type: Examples
url: examples/scryfall-card-symbol-example.json
- type: Examples
url: examples/scryfall-catalog-example.json
- type: Examples
url: examples/scryfall-bulk-data-example.json
- type: Examples
url: examples/scryfall-migration-example.json
- type: Examples
url: examples/scryfall-error-example.json
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: Authentication
url: https://scryfall.com/docs/api
- type: ErrorCodes
url: https://scryfall.com/docs/api/errors
- aid: scryfall:scryfall-rulings-api
name: Scryfall Rulings API
description: Oracle rulings, WotC release notes, and Scryfall notes for a card.
humanURL: https://scryfall.com/docs/api
baseURL: https://api.scryfall.com
tags:
- Rulings
properties:
- type: OpenAPI
url: openapi/scryfall-rulings-api-openapi.yml
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: JSONSchema
url: json-schema/scryfall-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-face-schema.json
- type: JSONSchema
url: json-schema/scryfall-related-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-image-uris-schema.json
- type: JSONSchema
url: json-schema/scryfall-legalities-schema.json
- type: JSONSchema
url: json-schema/scryfall-prices-schema.json
- type: JSONSchema
url: json-schema/scryfall-set-schema.json
- type: JSONSchema
url: json-schema/scryfall-ruling-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-symbol-schema.json
- type: JSONSchema
url: json-schema/scryfall-catalog-schema.json
- type: JSONSchema
url: json-schema/scryfall-bulk-data-schema.json
- type: JSONSchema
url: json-schema/scryfall-migration-schema.json
- type: JSONSchema
url: json-schema/scryfall-list-schema.json
- type: JSONSchema
url: json-schema/scryfall-error-schema.json
- type: JSONStructure
url: json-structure/scryfall-card-structure.json
- type: JSONStructure
url: json-structure/scryfall-set-structure.json
- type: JSONStructure
url: json-structure/scryfall-ruling-structure.json
- type: JSONStructure
url: json-structure/scryfall-card-symbol-structure.json
- type: JSONStructure
url: json-structure/scryfall-catalog-structure.json
- type: JSONStructure
url: json-structure/scryfall-bulk-data-structure.json
- type: JSONStructure
url: json-structure/scryfall-migration-structure.json
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: Examples
url: examples/scryfall-card-example.json
- type: Examples
url: examples/scryfall-card-list-example.json
- type: Examples
url: examples/scryfall-set-example.json
- type: Examples
url: examples/scryfall-ruling-example.json
- type: Examples
url: examples/scryfall-card-symbol-example.json
- type: Examples
url: examples/scryfall-catalog-example.json
- type: Examples
url: examples/scryfall-bulk-data-example.json
- type: Examples
url: examples/scryfall-migration-example.json
- type: Examples
url: examples/scryfall-error-example.json
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: Authentication
url: https://scryfall.com/docs/api
- type: ErrorCodes
url: https://scryfall.com/docs/api/errors
- aid: scryfall:scryfall-sets-api
name: Scryfall Sets API
description: 'List and retrieve Magic: The Gathering set metadata.'
humanURL: https://scryfall.com/docs/api
baseURL: https://api.scryfall.com
tags:
- Sets
properties:
- type: OpenAPI
url: openapi/scryfall-sets-api-openapi.yml
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: JSONSchema
url: json-schema/scryfall-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-face-schema.json
- type: JSONSchema
url: json-schema/scryfall-related-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-image-uris-schema.json
- type: JSONSchema
url: json-schema/scryfall-legalities-schema.json
- type: JSONSchema
url: json-schema/scryfall-prices-schema.json
- type: JSONSchema
url: json-schema/scryfall-set-schema.json
- type: JSONSchema
url: json-schema/scryfall-ruling-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-symbol-schema.json
- type: JSONSchema
url: json-schema/scryfall-catalog-schema.json
- type: JSONSchema
url: json-schema/scryfall-bulk-data-schema.json
- type: JSONSchema
url: json-schema/scryfall-migration-schema.json
- type: JSONSchema
url: json-schema/scryfall-list-schema.json
- type: JSONSchema
url: json-schema/scryfall-error-schema.json
- type: JSONStructure
url: json-structure/scryfall-card-structure.json
- type: JSONStructure
url: json-structure/scryfall-set-structure.json
- type: JSONStructure
url: json-structure/scryfall-ruling-structure.json
- type: JSONStructure
url: json-structure/scryfall-card-symbol-structure.json
- type: JSONStructure
url: json-structure/scryfall-catalog-structure.json
- type: JSONStructure
url: json-structure/scryfall-bulk-data-structure.json
- type: JSONStructure
url: json-structure/scryfall-migration-structure.json
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: Examples
url: examples/scryfall-card-example.json
- type: Examples
url: examples/scryfall-card-list-example.json
- type: Examples
url: examples/scryfall-set-example.json
- type: Examples
url: examples/scryfall-ruling-example.json
- type: Examples
url: examples/scryfall-card-symbol-example.json
- type: Examples
url: examples/scryfall-catalog-example.json
- type: Examples
url: examples/scryfall-bulk-data-example.json
- type: Examples
url: examples/scryfall-migration-example.json
- type: Examples
url: examples/scryfall-error-example.json
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: Authentication
url: https://scryfall.com/docs/api
- type: ErrorCodes
url: https://scryfall.com/docs/api/errors
- aid: scryfall:scryfall-symbology-api
name: Scryfall Symbology API
description: All card symbols and their semantics.
humanURL: https://scryfall.com/docs/api
baseURL: https://api.scryfall.com
tags:
- Symbology
properties:
- type: OpenAPI
url: openapi/scryfall-symbology-api-openapi.yml
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: JSONSchema
url: json-schema/scryfall-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-face-schema.json
- type: JSONSchema
url: json-schema/scryfall-related-card-schema.json
- type: JSONSchema
url: json-schema/scryfall-image-uris-schema.json
- type: JSONSchema
url: json-schema/scryfall-legalities-schema.json
- type: JSONSchema
url: json-schema/scryfall-prices-schema.json
- type: JSONSchema
url: json-schema/scryfall-set-schema.json
- type: JSONSchema
url: json-schema/scryfall-ruling-schema.json
- type: JSONSchema
url: json-schema/scryfall-card-symbol-schema.json
- type: JSONSchema
url: json-schema/scryfall-catalog-schema.json
- type: JSONSchema
url: json-schema/scryfall-bulk-data-schema.json
- type: JSONSchema
url: json-schema/scryfall-migration-schema.json
- type: JSONSchema
url: json-schema/scryfall-list-schema.json
- type: JSONSchema
url: json-schema/scryfall-error-schema.json
- type: JSONStructure
url: json-structure/scryfall-card-structure.json
- type: JSONStructure
url: json-structure/scryfall-set-structure.json
- type: JSONStructure
url: json-structure/scryfall-ruling-structure.json
- type: JSONStructure
url: json-structure/scryfall-card-symbol-structure.json
- type: JSONStructure
url: json-structure/scryfall-catalog-structure.json
- type: JSONStructure
url: json-structure/scryfall-bulk-data-structure.json
- type: JSONStructure
url: json-structure/scryfall-migration-structure.json
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: Examples
url: examples/scryfall-card-example.json
- type: Examples
url: examples/scryfall-card-list-example.json
- type: Examples
url: examples/scryfall-set-example.json
- type: Examples
url: examples/scryfall-ruling-example.json
- type: Examples
url: examples/scryfall-card-symbol-example.json
- type: Examples
url: examples/scryfall-catalog-example.json
- type: Examples
url: examples/scryfall-bulk-data-example.json
- type: Examples
url: examples/scryfall-migration-example.json
- type: Examples
url: examples/scryfall-error-example.json
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: Authentication
url: https://scryfall.com/docs/api
- type: ErrorCodes
url: https://scryfall.com/docs/api/errors
common:
- type: License
name: MIT
url: https://github.com/scryfall/api-types/blob/main/LICENSE
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/scryfall/overview
- type: VulnerabilityDisclosure
url: security/scryfall-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/scryfall-domain-security.yml
- type: Website
url: https://scryfall.com
- type: Documentation
url: https://scryfall.com/docs/api
- type: APIReference
url: https://scryfall.com/docs/api/cards
- type: GettingStarted
url: https://scryfall.com/docs/api
- type: Blog
url: https://scryfall.com/blog/category/api
- type: ChangeLog
url: https://scryfall.com/blog/category/api
- type: Support
url: https://scryfall.com/contact
- type: Contact
url: https://scryfall.com/contact
- type: Plans
url: plans/scryfall-plans-pricing.yml
- type: RateLimits
url: rate-limits/scryfall-rate-limits.yml
- type: SpectralRules
url: rules/scryfall-rules.yml
- type: Vocabulary
url: vocabulary/scryfall-vocabulary.yml
- type: JSONLD
url: json-ld/scryfall-context.jsonld
- type: GitHubOrganization
url: https://github.com/scryfall
- type: GitHubRepository
name: scryfall/api-types
url: https://github.com/scryfall/api-types
description: A library describing the Scryfall API as a system of TypeScript types.
- type: GitHubRepository
name: scryfall/google-sheets
url: https://github.com/scryfall/google-sheets
description: Custom =SCRYFALL() function for Google Sheets.
- type: GitHubRepository
name: scryfall/manamoji-slack
url: https://github.com/scryfall/manamoji-slack
description: Slack emojis for Magic card symbols.
- type: GitHubRepository
name: scryfall/manamoji-discord
url: https://github.com/scryfall/manamoji-discord
description: Discord emojis for Magic card symbols.
- type: GitHubRepository
name: scryfall/thopter
url: https://github.com/scryfall/thopter
description: A Slack bot returning Magic card information, pictures, and prices.
- type: GitHubRepository
name: scryfall/servo
url: https://github.com/scryfall/servo
description: A Discord bot that returns Magic card information and pictures.
- type: GitHubRepository
name: scryfall/scion
url: https://github.com/scryfall/scion
description: An Alfred workflow to quickly search for Magic cards.
- type: GitHubRepository
name: scryfall/gatherer-bugs
url: https://github.com/scryfall/gatherer-bugs
description: A public repository tracking bugs on gatherer.wizards.com.
- type: GitHubRepository
name: scryfall/art-game
url: https://github.com/scryfall/art-game
description: The MTG art-guessing game on Scryfall.
- type: SDKs
name: scryfall-client (JavaScript)
url: https://github.com/crookedneighbor/scryfall-client
description: Community-maintained JavaScript client for the Scryfall API.
- type: SDKs
name: scryfall-sdk (TypeScript)
url: https://www.npmjs.com/package/scryfall-sdk
description: Community-maintained TypeScript SDK for the Scryfall API.
- type: SDKs
name: scrython (Python)
url: https://github.com/NandaScott/Scrython
description: Community-maintained Python wrapper for the Scryfall API.
- type: SDKs
name: scryfall (Rust)
url: https://docs.rs/scryfall
description: Community-maintained Rust client for the Scryfall API.
- type: Tools
name: cryppadotta/scryfall-mcp
url: https://github.com/cryppadotta/scryfall-mcp
description: MCP server providing card details, rulings, and price lookups via the Scryfall API.
- type: Tools
name: bmurdock/scryfall-mcp
url: https://github.com/bmurdock/scryfall-mcp
description: MCP server for Scryfall-backed Magic search, rules lookup, pricing, set discovery, and deckbuilding workflows.
- type: Tools
name: andershaig/mcp-scryfall
url: https://github.com/andershaig/mcp-scryfall
description: MCP server for Scryfall's Magic card search inside Claude.
- type: Tools
name: JoeMoCode/Scryfall-MCP
url: https://github.com/joemocode/scryfall-mcp
description: MCP server bringing Magic card data into Claude Desktop.
- type: Tools
name: artillect/mtg-mcp-servers
url: https://github.com/artillect/mtg-mcp-servers
description: MCP servers for Scryfall card search plus LLM decklist and hand management.
- type: Pricing
url: https://scryfall.com/donate
- type: TermsOfService
url: https://scryfall.com/docs/api
- type: PrivacyPolicy
url: https://scryfall.com/privacy
- type: Features
data:
- name: Comprehensive card database
description: Every Magic - The Gathering printing across paper, MTGO, and Arena with localized translations.
- name: Fulltext search query language
description: Powerful Scryfall search syntax supporting color, type, format legality, set, price, oracle text, and more.
- name: Daily bulk-data exports
description: Five daily JSON exports - oracle_cards, unique_artwork, default_cards, all_cards, and rulings - for offline
ingestion.
- name: Multi-resolution card imagery
description: Six image renderings per card - small, normal, large, png, art_crop, border_crop.
- name: Up-to-date market prices
description: USD / EUR / MTGO Tix pricing across normal, foil, and etched finishes.
- name: Oracle rulings
description: Wizards of the Coast Oracle rulings plus Scryfall editorial notes per card.
- name: Symbology with SVG renderings
description: All Magic mana and text symbols with parser endpoint and downloadable SVG art.
- name: Catalogs of in-game data points
description: Canonical lists of card names, creature types, supertypes, keyword abilities, and more for autocomplete and
validation.
- name: Free with attribution
description: No API key, no paid tier - usage is governed by attribution and a documented rate-limit policy.
- type: UseCases
data:
- name: Deck building applications
description: Powering search, autocomplete, and legality checks in deck-builder web and mobile apps.
- name: Price tracking and portfolio tools
description: Aggregating USD / EUR / Tix prices across reprints for collection valuation.
- name: Discord and Slack card-lookup bots
description: Inline card images, prices, and rulings inside team chat channels.
- name: LLM and AI agent integrations
description: MCP servers exposing card data, rulings, and search to Claude and other agents.
- name: Research and dataset publishing
description: Bulk-data exports feed academic and journalistic research on Magic's design history and card economy.
- name: Spoiler and set-release coverage
description: Tracking newly-spoiled cards into and through release day via the Sets and Cards endpoints.
- name: Custom card-rendering and proxy printing
description: High-resolution PNG and SVG art for personal-use proxies and educational content.
- name: Tournament-legality verification
description: Format-legality checks for Standard, Pioneer, Modern, Legacy, Vintage, Pauper, Commander, Brawl, Alchemy,
and historic formats.
- type: Integrations
data:
- name: TCGplayer
description: Cross-referenced card identifiers and purchase links via tcgplayer_id.
- name: Cardmarket
description: Cross-referenced card identifiers and purchase links via cardmarket_id.
- name: Cardhoarder
description: MTGO price feed integration and purchase links.
- name: Wizards of the Coast Gatherer
description: Cross-referenced via multiverse_ids for canonical Oracle text.
- name: Magic Online (MTGO)
description: Identifier mapping via mtgo_id and mtgo_foil_id.
- name: Magic Arena
description: Identifier mapping via arena_id.
- name: EDHREC
description: Commander-format recommendation data linked from card.related_uris.
- name: Anthropic Claude (MCP)
description: Multiple community MCP servers expose Scryfall to Claude Desktop and other MCP clients.
- name: Google Sheets
description: Official Scryfall =SCRYFALL() custom function for spreadsheet card lookups.
- name: Alfred (macOS)
description: Official Scryfall Scion workflow for fast card search from Alfred.
- type: Solutions
data:
- name: Community software
description: Powering thousands of fan-built deck builders, collection trackers, and tools.
- name: Magic content creators
description: Source of authoritative card data and imagery for podcasts, articles, and video content.
- name: Researchers
description: Bulk-data exports enabling longitudinal analysis of Magic's design and economy.
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/scryfall"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/scryfall/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/scryfall/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.