Skip to main content
Spicerack maintains a comprehensive database of Magic: The Gathering tournament results and decklists. This API endpoint provides public access to this database, allowing you to retrieve decklists and results from completed tournaments across all participating stores and events. This database is particularly valuable for:
  • Tournament organizers analyzing metagame trends
  • Data analysts studying competitive Magic
  • Deck builders researching successful strategies
  • Content creators tracking tournament results
  • Community tools and applications needing tournament data

Endpoint

Query Parameters

Available Format Options

The following formats are supported for the event_format parameter:

Response Format

The endpoint returns an array of tournament objects, each containing:

Example Request

Notes

  • Only tournaments with the following statuses are included:
    • Decklists Publishing
    • Decklists Published
    • Event Finished
  • Test events are excluded from the results
  • Tournaments are ordered by start date, with most recent first
  • The endpoint supports both JSON and NDJSON response formats
  • If an invalid format is provided, the endpoint will return a 400 error with a list of all valid format options
  • Data is typically available shortly after tournament completion
  • Historical data is maintained for research and analysis purposes