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

← Scarlet & Violet Black Star Promos
Walking Wake ex

Walking Wake ex

Promo #127 Pokémon BasicexAncient HP 220
Types
Water
Illustrator
takuyoa
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
554298

Attacks

Catharsis Roar 120
Water · Colorless · Colorless

If your opponent's Active Pokémon is affected by a Special Condition, this attack does 120 more damage.

GET /api/v1/pokemon/cards/svp-127vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-127vh",
    "name": "Walking Wake ex",
    "number": "127",
    "printed_number": "127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/127vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/127vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/127vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "554298",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/127vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/127vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/127vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex",
      "Ancient"
    ],
    "types": [
      "Water"
    ],
    "hp": "220",
    "abilities": [
      {
        "name": "Azure Seas",
        "text": "Damage from attacks used by this Pokémon isn't affected by any effects on your opponent's Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Catharsis Roar",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 120 more damage.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 0.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.71
        },
        {
          "condition": "MP",
          "price": 0.63
        },
        {
          "condition": "HP",
          "price": 0.52
        },
        {
          "condition": "DMG",
          "price": 0.28
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.7,
          "low": 10.55,
          "high": 18.94,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.64,
          "low": 9.99,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.99,
          "low": 17,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.33
      }
    }
  }
}