Moxfield → fetchable text

Read a Moxfield deck without loading the SPA.

Moxfield deck pages are an empty shell until JavaScript runs. Moxtext fetches the unofficial JSON API on the server and returns a plain decklist any browser — or any model — can WebFetch.

For people

  1. Paste a public deck URL above. You land on /d/{id}.
  2. That page is text/plain — a shareable list, no login.
  3. Add .html for a readable page, or .json for structured data.

For AI prompts

Point a fetcher at the text URL. Do not send it to moxfield.com.

Fetch https://moxtext.yosoyleah.com/d/Wqsfsvk3nE2FP7bxNRBJpA as plain text and summarize the Magic: The Gathering deck: name, format, game plan, and the mainboard/sideboard with quantities.

URL design

PathWhat you get
/d/{id}Plain text decklist (default for models)
/d/{id}.json or ?format=jsonName, format, boards
/d/{id}.html or ?format=htmlHuman-readable page
/d/{id}.mdMarkdown

{id} can be the public slug, or a full https://moxfield.com/decks/… URL.

What we fetch

Only GET https://api2.moxfield.com/v3/decks/all/{id}, with a normal browser User-Agent. Responses are cached for 10 minutes. Private or missing decks return 404. There is no account, no database, and no bulk downloader.