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 Trash Cloak

Wormadam Trash Cloak

Rare #43 Pokémon Stage 1 HP 70
Types
Metal
Illustrator
Kazuyuki Kano
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
90645

Attacks

Iron Tackle 70
Metal · Metal · Colorless

Wormadam Trash Cloak does 20 damage to itself.

GET /api/v1/pokemon/cards/dp3-43?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-43",
    "name": "Wormadam Trash Cloak",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/43.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": "90645",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Trash Cloak",
        "text": "If Wormadam Trash Cloak has a Pokémon Tool card attached to it, any damage done to Wormadam Trash Cloak by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Iron Tackle",
        "text": "Wormadam Trash Cloak does 20 damage to itself.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 0.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.89
        },
        {
          "condition": "LP",
          "price": 0.77
        },
        {
          "condition": "MP",
          "price": 0.48
        },
        {
          "condition": "HP",
          "price": 0.73
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}