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

← Guardians Rising
Chansey

Chansey

Common #101 Pokémon Basic HP 110
Types
Colorless
Illustrator
Megumi Mizutani
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131019

Attacks

Bind Wound
Colorless · Colorless

Flip a coin. If heads, heal 30 damage from 1 of your Pokémon.

Hammer In 80
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm2-101vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-101vrh",
    "name": "Chansey",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/101vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/101vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/101vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131019",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/101vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/101vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/101vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bind Wound",
        "text": "Flip a coin. If heads, heal 30 damage from 1 of your Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hammer In",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.58
        },
        {
          "condition": "LP",
          "price": 0.47
        },
        {
          "condition": "MP",
          "price": 0.37
        },
        {
          "condition": "HP",
          "price": 0.34
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.75
      }
    }
  }
}