Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Secret Wonders
Wormadam Sandy Cloak

Wormadam Sandy Cloak

Rare #42 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
90642

Attacks

Push Over 40
Fighting · Colorless · Colorless

Does 40 damage plus 10 damage for each Fighting Energy attached to Wormadam Sandy Cloak.

GET /api/v1/pokemon/cards/dp3-42vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-42vrh",
    "name": "Wormadam Sandy Cloak",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/42vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/42vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/42vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90642",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/42vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/42vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/42vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Sandy Cloak",
        "text": "Prevent all effects of attacks, excluding damage, done to Wormadam Sandy Cloak.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Push Over",
        "text": "Does 40 damage plus 10 damage for each Fighting Energy attached to Wormadam Sandy Cloak.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.72
        },
        {
          "condition": "LP",
          "price": 2.17
        },
        {
          "condition": "MP",
          "price": 0.89
        },
        {
          "condition": "HP",
          "price": 0.55
        },
        {
          "condition": "DMG",
          "price": 0.63
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 7,
          "high": 8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.95,
          "low": 33.96,
          "high": 45.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}