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

← Hidden Legends
Sealeo

Sealeo

Uncommon #47 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Atsuko Nishida
Expansion
Hidden Legends · EX
Language
English
TCGplayer
89029

Attacks

Super Icy Wind
Water

Does 10 damage to each of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance.

Skull Bash 50
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/ex5-47?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex5-47",
    "name": "Sealeo",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/47.large.webp"
      }
    ],
    "expansion": {
      "id": "ex5",
      "name": "Hidden Legends",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HL",
      "printed_total": 101,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89029",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Super Icy Wind",
        "text": "Does 10 damage to each of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Skull Bash",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.93
        },
        {
          "condition": "LP",
          "price": 1.21
        },
        {
          "condition": "MP",
          "price": 1.35
        },
        {
          "condition": "HP",
          "price": 0.62
        },
        {
          "condition": "DMG",
          "price": 0.83
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.99,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:23:37.181Z",
      "trend_7d": {
        "direction": "up",
        "percent": 22.15
      }
    }
  }
}