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

← Magma Gang VS Aqua Gang: Double Crisis
Team Aqua's Sealeo

Team Aqua's Sealeo

usually #4 Pokémon Stage 1
Types
Water
Illustrator
Naoki Saito
Expansion
Magma Gang VS Aqua Gang: Double Crisis · XY
Language
Japanese
TCGplayer
605297

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/cp1_ja-4?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp1_ja-4",
    "name": "Team Aqua's Sealeo",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "cp1_ja",
      "name": "Magma Gang VS Aqua Gang: Double Crisis",
      "total": 34,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP1",
      "printed_total": 34,
      "release_date": "2015/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma Gang VS Aqua Gang: Double Crisis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605297",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "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+"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        },
        {
          "condition": "LP",
          "price": 1.99
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 12.4,
          "low": 10.54,
          "high": 14.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:58:04.306Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}