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 Spheal

Team Aqua's Spheal

Common #3 Pokémon Basic HP 60
Types
Water
Illustrator
Sanosuke Sakuma
Expansion
Double Crisis · XY
Language
English
TCGplayer
97049

Attacks

Water Gun 10
Water
GET /api/v1/pokemon/cards/dc1-3?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-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/dc1/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/3.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": "97049",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 4.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.51
        },
        {
          "condition": "LP",
          "price": 1.9
        },
        {
          "condition": "MP",
          "price": 1.36
        },
        {
          "condition": "HP",
          "price": 0.89
        },
        {
          "condition": "DMG",
          "price": 1.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:06.007Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.27
      }
    }
  }
}