Gaming
MTGGoldfish logo

MTGGoldfish API

mtggoldfish.com

Magic: The Gathering - card prices, top market movers, and deck usage data.

Actions
7
Category
Gaming
Login
Not required
Output
JSON

Call the MTGGoldfish API

Submit a task, then poll the job until it settles. This example runs act_mtggoldfish_card_price_detail_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mtggoldfish_card_price_detail_ssr",
    "params": {
      "set_slug": "bloomburrow",
      "card_number": "172",
      "card_slug": "for-the-common-good"
    }
  }'

7 actions on mtggoldfish.com

Read

  • Card Price Details

    act_mtggoldfish_card_price_detail_ssrread2 credits / call

    Returns a card's paper and MTGO prices plus set, rarity, and oracle text.

    set_slug
    string · required
    card_number
    string · required
    card_slug
    string · required
  • Card Recent Decks

    act_mtggoldfish_card_recent_decks_ssrread1 credit / call

    Returns recent tournament decks running a given card, with deck names and formats.

    card_id
    string · required
  • Foundations Card Price Details

    act_mtggoldfish_card_price_detail_ssr_foundationsread2 credits / call

    Returns a Foundations-set card's paper and MTGO prices with set and rarity.

    set_slug
    string · required
    card_number
    string · required
    card_slug
    string · required
  • Price Browse Select

    act_mtggoldfish_price_browse_select_ssrread1 credit / call

    Returns browsable Magic sets and formats available for price lookups.

  • Price Movers Details

    act_mtggoldfish_price_movers_detail_ssrread2 credits / call

    Returns top price winners and losers for a format over a time window, per card.

    price_type
    string · required
    game_format
    string · required
    movers_period
    string · required
  • Price Movers Listing

    act_mtggoldfish_price_movers_listing_ssrread2 credits / call

    Returns daily or weekly price movers for a format, with each card's price and percent change.

    price_type
    string · required
    game_format
    string · required
  • Site Homepage

    act_mtggoldfish_site_home_ssrread1 credit / call

    Returns homepage highlights with featured article, popular decks with meta share, and prices.

MTGGoldfish API questions

Is there an API for MTGGoldfish?
MTGGoldfish does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for mtggoldfish.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape MTGGoldfish data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when mtggoldfish.com changes its markup, Anakin updates the action.
Do I need a MTGGoldfish account?
No. Every MTGGoldfish action listed here runs anonymously — no account and no credentials required.
What does the MTGGoldfish API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Gaming APIs

All Gaming sites