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

← Snow Hazard
Wo-Chien ex

Wo-Chien ex

Special Art Rare #92 Pokémon Basicex HP 230
Types
Grass
Illustrator
takuyoa
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567849

Attacks

Indulgent Ivy
Grass · Grass · Colorless

This attack does 60 damage to 1 of your opponent's Pokémon for each Prize card your opponent has taken. (Don't apply Weakness and Resistance for Benched Pokémon.)

Forest Burn 220
Grass · Grass · Grass · Colorless
GET /api/v1/pokemon/cards/sv2p_ja-92vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-92vh",
    "name": "Wo-Chien ex",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/92vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/92vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/92vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2p_ja",
      "name": "Snow Hazard",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2P",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Snow Hazard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567849",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/92vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/92vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/92vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Indulgent Ivy",
        "text": "This attack does 60 damage to 1 of your opponent's Pokémon for each Prize card your opponent has taken. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Forest Burn",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Special Art Rare",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 18.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.98
        },
        {
          "condition": "LP",
          "price": 12.17
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 35.87,
          "low": 30.49,
          "high": 41.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 19,
          "high": 35.7,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22,
          "low": 14.5,
          "high": 25.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 73.46,
          "low": 56.4,
          "high": 78,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T02:55:39.501Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.88
      }
    }
  }
}