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

← Golden Sky, Silvery Ocean
Sudowoodo

Sudowoodo

Rare #72 Pokémon Basic HP 60
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Golden Sky, Silvery Ocean · PCG
Language
Japanese
TCGplayer
611894

Attacks

Copy
Colorless

Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Sudowoodo doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Sudowoodo performs that attack.

Karate Chop 50-
Fighting · Colorless · Colorless

Does 50 damage minus 10 damage for each damage counter on Sudowoodo.

GET /api/v1/pokemon/cards/pcg4_ja-72?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg4_ja-72",
    "name": "Sudowoodo",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/72.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg4_ja",
      "name": "Golden Sky, Silvery Ocean",
      "total": 106,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 106,
      "release_date": "2005/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Golden Sky, Silvery Ocean"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611894",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Copy",
        "text": "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Sudowoodo doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Sudowoodo performs that attack."
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Karate Chop",
        "text": "Does 50 damage minus 10 damage for each damage counter on Sudowoodo.",
        "damage": "50-"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 5.23,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-17T14:50:24.120Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.13
      }
    }
  }
}