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

← Incandescent Arcana
Wailord

Wailord

Non #26 Pokémon Stage 1 HP 220
Types
Water
Illustrator
KIYOTAKA OSHIYAMA
Expansion
Incandescent Arcana · Sword & Shield
Language
Japanese
TCGplayer
570789

Attacks

Bubble Drain 80
Colorless · Colorless · Colorless

Heal 30 damage from this Pokémon.

Heavy Impact 180
Water · Water · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh11a_ja-26vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11a_ja-26vrh",
    "name": "Wailord",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/26vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/26vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/26vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11a_ja",
      "name": "Incandescent Arcana",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11a",
      "printed_total": 68,
      "release_date": "2022/09/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Incandescent Arcana"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570789",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/26vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/26vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/26vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bubble Drain",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "80"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Heavy Impact",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "KIYOTAKA OSHIYAMA",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:05:20.516Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}