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 Spheal

Team Aqua's Spheal

usually #3 Pokémon Basic
Types
Water
Illustrator
Sanosuke Sakuma
Expansion
Magma Gang VS Aqua Gang: Double Crisis · XY
Language
Japanese
TCGplayer
605296

Attacks

Water Gun 10
Water
GET /api/v1/pokemon/cards/cp1_ja-3?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp1_ja-3",
    "name": "Team Aqua's Spheal",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/3.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": "605296",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "damage": "10"
      }
    ],
    "rarity": "usually",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 287,
          "low": 237.75,
          "high": 342.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:04.306Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.93
      }
    }
  }
}