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

← Lost Thunder
Chansey

Chansey

Common #152 Pokémon Basic HP 100
Types
Colorless
Illustrator
MAHOU
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178973

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-152vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-152vrh",
    "name": "Chansey",
    "number": "152",
    "printed_number": "152",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/152vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/152vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/152vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178973",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/152vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/152vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/152vrh.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": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 12.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.26
        },
        {
          "condition": "LP",
          "price": 9.21
        },
        {
          "condition": "MP",
          "price": 6.23
        },
        {
          "condition": "HP",
          "price": 4.25
        },
        {
          "condition": "DMG",
          "price": 1.63
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11.95,
          "low": 11,
          "high": 12.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:52:07.627Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.33
      }
    }
  }
}