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

← Pitch Black
Wailord ex

Wailord ex

Ultra Rare #97 Pokémon Stage 1ex HP 380
Types
Water
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704854

Attacks

Surf 120
Water · Water · Water
Falling Down 270
Water · Water · Water · Water · Water

This Pokémon is now Asleep.

GET /api/v1/pokemon/cards/me5-97vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-97vh",
    "name": "Wailord ex",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-97vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-97vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-97vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704854",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-97vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-97vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-97vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Water"
    ],
    "hp": "380",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Surf",
        "damage": "120"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 5,
        "name": "Falling Down",
        "text": "This Pokémon is now Asleep.",
        "damage": "270"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        },
        {
          "condition": "LP",
          "price": 4.29
        },
        {
          "condition": "DMG",
          "price": 2.75
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 29.47,
          "low": 25.05,
          "high": 33.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.44
      }
    }
  }
}