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

← Mysterious Treasures
Sealeo

Sealeo

Uncommon #62 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Kouki Saitou
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
89032

Attacks

Ice Rider
Water · Water

Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/dp2-62vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-62vrh",
    "name": "Sealeo",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/62vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/62vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/62vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89032",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/62vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/62vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/62vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Ice Rider",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.48
        },
        {
          "condition": "LP",
          "price": 1.22
        },
        {
          "condition": "MP",
          "price": 0.46
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3.5,
          "low": 2.98,
          "high": 4.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 7,
          "high": 9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.4,
          "low": 9.69,
          "high": 13.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 3.5,
          "low": 2.98,
          "high": 4.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}