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

← Dragons Exalted
Wailord

Wailord

Rare Holo #26 Pokémon Stage 1 HP 200
Types
Water
Illustrator
match
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
90462

Attacks

Water Cannon 30
Water

Flip a coin. If heads, this attack does 30 damage times the amount of Water Energy attached to this Pokémon.

Giant Wave 80
Water · Colorless · Colorless · Colorless

This Pokémon can't use Giant Wave during your next turn.

GET /api/v1/pokemon/cards/bw6-26vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-26vh",
    "name": "Wailord",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/26vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/26vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/26vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90462",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/26vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/26vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/26vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Cannon",
        "text": "Flip a coin. If heads, this attack does 30 damage times the amount of Water Energy attached to this Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Giant Wave",
        "text": "This Pokémon can't use Giant Wave during your next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 3.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.83
        },
        {
          "condition": "LP",
          "price": 2.66
        },
        {
          "condition": "MP",
          "price": 2.06
        },
        {
          "condition": "HP",
          "price": 1.54
        },
        {
          "condition": "DMG",
          "price": 1.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 698,
          "low": 593.3,
          "high": 802.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 199,
          "low": 199,
          "high": 374,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.83,
          "low": 13.67,
          "high": 13.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31,
          "low": 30.87,
          "high": 31,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.22
      }
    }
  }
}