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

← GX Battle Boost
Chansey

Chansey

Common #80 Pokémon Basic HP 110
Types
Colorless
Illustrator
Megumi Mizutani
Expansion
GX Battle Boost · Sun & Moon
Language
Japanese
TCGplayer
574325

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/sm4p_ja-80vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4p_ja-80vrh",
    "name": "Chansey",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/80vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/80vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/80vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4p_ja",
      "name": "GX Battle Boost",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4+",
      "printed_total": 114,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574325",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/80vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/80vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/80vrh.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": 2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 74,
          "low": 62.9,
          "high": 85.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:12.669Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}