For people
- Paste a public deck URL above. You land on
/d/{id}. - That page is
text/plain— a shareable list, no login. - Add
.htmlfor a readable page, or.jsonfor structured data.
Moxfield → fetchable text
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.
/d/{id}.text/plain — a shareable list, no login..html for a readable page, or .json for structured data.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.
| Path | What you get |
|---|---|
/d/{id} | Plain text decklist (default for models) |
/d/{id}.json or ?format=json | Name, format, boards |
/d/{id}.html or ?format=html | Human-readable page |
/d/{id}.md | Markdown |
{id} can be the public slug, or a full https://moxfield.com/decks/… URL.
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.