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

← Lost Abyss
Wailord

Wailord

Non #26 Pokémon Stage 1 HP 200
Types
Water
Illustrator
Shinya Komatsu
Expansion
Lost Abyss · Sword & Shield
Language
Japanese
TCGplayer
569957

Attacks

Special Wave 120+
Water · Water · Water · Colorless

If this Pokémon has any Special Energy attached, this attack does 120 more damage.

GET /api/v1/pokemon/cards/swsh11_ja-26?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11_ja-26",
    "name": "Wailord",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11_ja",
      "name": "Lost Abyss",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11",
      "printed_total": 100,
      "release_date": "2022/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Abyss"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569957",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "200",
    "abilities": [
      {
        "name": "Jumbo Size",
        "text": "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Special Wave",
        "text": "If this Pokémon has any Special Energy attached, this attack does 120 more damage.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Shinya Komatsu",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:38:11.405Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50
      }
    }
  }
}