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

← Wind from the Sea
Sudowoodo

Sudowoodo

Rare #57 Pokémon Basic HP 60
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Wind from the Sea · E-Card
Language
Japanese
TCGplayer
576420

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 in order to use that attack.)

Energy Draw
Fighting

Search your deck for a basic Energy card and attach it to Sudowoodo. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/ecard3_ja-57?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3_ja-57",
    "name": "Sudowoodo",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/57.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3_ja",
      "name": "Wind from the Sea",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 87,
      "release_date": "2002/05/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wind from the Sea"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576420",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/57.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 in order to use that attack.)"
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Draw",
        "text": "Search your deck for a basic Energy card and attach it to Sudowoodo. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 100,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 100
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-27T05:09:01.746Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}