Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Super Electric Breaker
Wo-Chien

Wo-Chien

Non #10 Pokémon Basic
Types
Grass
Illustrator
danciao
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587590

Attacks

Hazardous Greed
Grass · Colorless

If there are 3 or fewer cards in your deck, this attack also does 120 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Entangling Whip
Grass · Grass · Colorless

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/sv8_ja-10?include=prices 200 55ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-10",
    "name": "Wo-Chien",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/10.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/10.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/10.large.png"
      }
    ],
    "expansion": {
      "id": "sv8_ja",
      "name": "Super Electric Breaker",
      "total": 138,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8",
      "printed_total": 106,
      "release_date": "2024/10/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super Electric Breaker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "587590",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/10.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/10.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/10.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hazardous Greed",
        "text": "If there are 3 or fewer cards in your deck, this attack also does 120 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Entangling Whip",
        "text": "Discard the top 3 cards of your deck."
      }
    ],
    "rarity": "Non",
    "artist": "danciao",
    "pricing": {
      "currency": "USD",
      "market": 1.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.22
        },
        {
          "condition": "LP",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:36:29.207Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.81
      }
    }
  }
}