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

← Clash at the Summit
Wailord

Wailord

Rare #23 Pokémon Stage 1 HP 180
Types
Water
Illustrator
Hajime Kusajima
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608399

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/l3_ja-23?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-23",
    "name": "Wailord",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/23.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608399",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/23.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": 4.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.14
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T02:18:17.815Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}