Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Shadow of Glory
Wailmer

Wailmer

Common #019/066 Pokémon Basic HP 110
Types
Water
Illustrator
Jiro Sasumo
Expansion
Shadow of Glory · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Gulp Down 30
Colorless · Colorless

Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.

Wave Splash 60
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sog-019?include=prices 200 47ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sog-019",
    "name": "Wailmer",
    "number": "019/066",
    "printed_number": "019/066",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-019.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-019.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-019.large.webp"
      }
    ],
    "expansion": {
      "id": "sog",
      "name": "Shadow of Glory",
      "total": 89,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 89,
      "release_date": "2024/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sog.logo.png",
      "translation": {
        "en": {
          "name": "Shadow of Glory"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-019.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-019.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-019.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gulp Down",
        "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wave Splash",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Jiro Sasumo",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:22.812Z"
    }
  }
}