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

← HS—Triumphant
Wailord

Wailord

Rare #31 Pokémon Stage 1 HP 180
Types
Water
Illustrator
Hajime Kusajima
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
90461

Attacks

Underwater Dive
Colorless · Colorless

Flip 2 coins. For each heads, remove 3 damage counters from Wailord.

Swallow Up 50
Water · Water · Water · Colorless

Before doing damage, count the remaining HP of the Defending Pokémon and Wailord. If the Defending Pokémon has fewer remaining HP than Wailord, this attack does 50 damage plus 50 more damage.

GET /api/v1/pokemon/cards/hgss4-31vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-31vrh",
    "name": "Wailord",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/31vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/31vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/31vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90461",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/31vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/31vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/31vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Underwater Dive",
        "text": "Flip 2 coins. For each heads, remove 3 damage counters from Wailord."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Swallow Up",
        "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Wailord. If the Defending Pokémon has fewer remaining HP than Wailord, this attack does 50 damage plus 50 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7
        },
        {
          "condition": "LP",
          "price": 2.2
        },
        {
          "condition": "MP",
          "price": 1.79
        },
        {
          "condition": "HP",
          "price": 1.12
        },
        {
          "condition": "DMG",
          "price": 1.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 81,
          "low": 81,
          "high": 81,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 46.5,
          "low": 46.5,
          "high": 79.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:59:23.114Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}