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

← Super-Burst Impact
Chansey

Chansey

usually #66 Pokémon Basic HP 100
Types
Colorless
Illustrator
MAHOU
Expansion
Super-Burst Impact · Sun & Moon
Language
Japanese
TCGplayer
572945

Attacks

Healing Pirouette
Colorless

Heal 20 damage from each of your Pokémon.

Sympathetic Slap 100
Colorless · Colorless · Colorless

If your opponent's Active Pokémon already has any damage counters on it before this attack does damage, this attack does nothing.

GET /api/v1/pokemon/cards/sm8_ja-66?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8_ja-66",
    "name": "Chansey",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/66.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/66.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/66.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8_ja",
      "name": "Super-Burst Impact",
      "total": 111,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8",
      "printed_total": 95,
      "release_date": "2018/09/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super-Burst Impact"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572945",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/66.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/66.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/66.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Healing Pirouette",
        "text": "Heal 20 damage from each of your Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sympathetic Slap",
        "text": "If your opponent's Active Pokémon already has any damage counters on it before this attack does damage, this attack does nothing.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 105.5,
          "low": 105.5,
          "high": 105.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:35:42.016Z",
      "trend_7d": {
        "direction": "up",
        "percent": 284.62
      }
    }
  }
}