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

← Mirage Forest
Wailmer

Wailmer

usually #25 Pokémon Basic HP 80
Types
Water
Illustrator
Sumiyoshi Kizuki
Expansion
Mirage Forest · PCG
Language
Japanese
TCGplayer
611747

Attacks

Double Tackle
Colorless · Colorless

Does 20 damage to each Defending Pokémon.

Whirlpool 30
Water · Water · Colorless

Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/pcg5_ja-25?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg5_ja-25",
    "name": "Wailmer",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg5_ja",
      "name": "Mirage Forest",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/06/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mirage Forest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611747",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Tackle",
        "text": "Does 20 damage to each Defending Pokémon."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Whirlpool",
        "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 4.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.31
        },
        {
          "condition": "LP",
          "price": 4
        },
        {
          "condition": "MP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.43,
          "low": 24.5,
          "high": 24.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-16T06:19:55.176Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}