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
Sealeo

Sealeo

Rare #28 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Midori Harada
Expansion
Mirage Forest · PCG
Language
Japanese
TCGplayer
611750

Attacks

Lunge Out 30
Water · Colorless
GET /api/v1/pokemon/cards/pcg5_ja-28?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg5_ja-28",
    "name": "Sealeo",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/28.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": "611750",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Power Circulation",
        "text": "Once during your turn (before your attack), you may search your discard pile for a basic Energy card, show it to your opponent, and put it on top of your deck. If you do, put 1 damage counter on Sealeo. This power can't be used if Sealeo is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lunge Out",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-15T19:53:55.826Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}