ConsoleCatalog
Sign in
YGOPRODeck logo

YGOPRODeck

ygoprodeck.comGamingno auth

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

Card Comments

ASYNCREADNo auth

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

ParametersFormJSON

YGOPRODeck card page ID from the card detail URL

Comment context scope (typically "card")

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_ygoprodeck_card_comments",
    "params": {
      "page_id": "9766",
      "context": "card"
    }
  }'