Gaming
YGOPRODeck logo

YGOPRODeck API

ygoprodeck.com

Yu-Gi-Oh card database - search, details, pricing, variants, ratings, and sets.

Actions
15
Category
Gaming
Login
Not required
Output
JSON

Call the YGOPRODeck API

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

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_ygoprodeck_card_comments",
    "params": {
      "page_id": "9766"
    }
  }'

15 actions on ygoprodeck.com

Read

  • Card Comments

    act_ygoprodeck_card_commentsread1 credit / call

    Returns user comments on a card, with text, authors, and timestamps.

    page_id
    string · required
    context
    string
  • Card Deck Usage

    act_ygoprodeck_card_deck_usageread1 credit / call

    Returns public decks that include the specified card passcode, with deck names and links.

    passcode
    string · required
  • Card Details

    act_ygoprodeck_card_detail_ssrread1 credit / call

    Returns full card detail including stats, type, archetype, images, legal formats, and marketplace links.

    card_slug
    string · required
  • Card Marketplace Prices

    act_ygoprodeck_card_marketplace_pricesread1 credit / call

    Returns TCGplayer and Cardmarket price listings for a card identified by passcode.

    passcode
    string · required
  • Card Price Trends

    act_ygoprodeck_card_price_trendsread1 credit / call

    Returns historical price trend data points for a card over time.

    card_name
    string · required
  • Card Search Results

    act_ygoprodeck_card_search_resultsread2 credits / call

    Returns matching cards and pagination metadata for a keyword and filter search.

    search_query
    string
    card_type
    string
    attribute
    string
    level
    string
    attack
    string
    defense
    string
    page_limit
    string
    pagination_offset
    string
  • Card Set Index

    act_ygoprodeck_card_set_indexread1 credit / call

    Returns available card set and pack categories for TCG, OCG, and Master Duel.

  • Card Set Listing

    act_ygoprodeck_card_set_listingread1 credit / call

    Returns all cards contained in a specific set or pack by set name.

    set_name
    string · required
  • Master Duel Variants

    act_ygoprodeck_card_master_duel_variantsread1 credit / call

    Returns Master Duel set and rarity variants available for the given card name.

    card_name
    string · required
  • Price History

    act_ygoprodeck_price_historyread1 credit / call

    Returns detailed historical TCGplayer price chart data for a product over a selected range.

    product_id
    string · required
    range
    string
  • Product Details

    act_ygoprodeck_product_detailread1 credit / call

    Returns TCGplayer product detail including card metadata, SKUs, and listing summary for a product ID.

    product_id
    string · required
  • TCG Card Set List

    act_ygoprodeck_card_set_list_tcgread1 credit / call

    Returns the full catalog of TCG card sets with set codes and release metadata.

Write

Write actions change state on ygoprodeck.com and run as the account you connect.

  • Card Reactions

    act_ygoprodeck_card_reactionswrite2 credits / call

    Returns community reaction counts and ratings for a card page.

    page_id
    string · required
    context
    string
  • Market Price By SKU

    act_ygoprodeck_market_price_by_skuwrite2 credits / call

    Returns TCGplayer market, low, and high prices for one or more product SKU IDs.

    sku_ids
    array · required
  • Product Seller Listings

    act_ygoprodeck_product_seller_listingswrite2 credits / call

    Returns TCGplayer seller listings with condition, price, quantity, and seller info for a product.

    product_id
    string · required
    shipping_country
    string · required

YGOPRODeck API questions

Is there an API for YGOPRODeck?
YGOPRODeck does not offer a public data API for this, but Anakin Wire provides 15 maintained endpoints for ygoprodeck.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 YGOPRODeck 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 ygoprodeck.com changes its markup, Anakin updates the action.
Do I need a YGOPRODeck account?
No. Every YGOPRODeck action listed here runs anonymously — no account and no credentials required.
What does the YGOPRODeck 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