-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi! I'm building an open-source MTG metagame analyzer that processes tournament data: decklists, round-by-round results, archetype classification, and matchup matrices.
I came across this project via issue #1, where you mentioned a shared read-only PostgreSQL instance on Neon. I'd love to integrate MTGO tournament data alongside the paper/Arena events I'm already processing from melee.gg.
Specifically, I'm interested in querying:
- Decks — mainboard/sideboard card lists per player per event
- Matches — round-by-round results (and game-level results if available)
- Events — tournament metadata (format, date, player count)
- Standings — final rankings and tiebreaker stats
The REST API endpoints (/events, /metagame, /matchups) provide aggregated data, but my project needs the raw granular data to run its own archetype classification and metagame analysis pipeline.
Would it be possible to get read-only access to the database? Happy to discuss scope, rate limits, or any other constraints.
Anyway, thanks for building this!
(Claude helped me with the investigation and the draft of this post)