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

← Double Crisis
Team Aqua's Sealeo

Team Aqua's Sealeo

Common #4 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Naoki Saito
Expansion
Double Crisis · XY
Language
English
TCGplayer
97050

Attacks

Splatter
Water · Colorless

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

Hail Storm 60
Water · Colorless · Colorless

If your opponent's Active Pokémon is a Team Magma Pokémon, this attack does 60 more damage.

GET /api/v1/pokemon/cards/dc1-4vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-4vrh",
    "name": "Team Aqua's Sealeo",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/4vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/4vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/4vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dc1",
      "name": "Double Crisis",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "DCR",
      "printed_total": 34,
      "release_date": "2015/03/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97050",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/4vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/4vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/4vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Splatter",
        "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hail Storm",
        "text": "If your opponent's Active Pokémon is a Team Magma Pokémon, this attack does 60 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 8.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.71
        },
        {
          "condition": "LP",
          "price": 5.55
        },
        {
          "condition": "MP",
          "price": 3.08
        },
        {
          "condition": "HP",
          "price": 2.14
        },
        {
          "condition": "DMG",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 92.11,
          "low": 92.11,
          "high": 92.11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:06.007Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}