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

← Surging Sparks
Wo-Chien

Wo-Chien

Uncommon #15 Pokémon Basic HP 130
Types
Grass
Illustrator
danciao
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590095

Attacks

Hazardous Greed 20
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 130
Grass · Grass · Colorless

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/sv8-15vrh?include=prices 200 129ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-15vrh",
    "name": "Wo-Chien",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/15vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/15vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/15vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590095",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/15vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/15vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/15vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "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.)",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Entangling Whip",
        "text": "Discard the top 3 cards of your deck.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "danciao",
    "pricing": {
      "currency": "USD",
      "market": 0.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.3
        },
        {
          "condition": "LP",
          "price": 0.24
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T08:51:08.919Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.45
      }
    }
  }
}