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

← Violet ex
Chansey

Chansey

usually #59 Pokémon Basic HP 110
Types
Colorless
Illustrator
sui
Expansion
Violet ex · Scarlet & Violet
Language
Japanese
TCGplayer
568285

Attacks

Pound 40
Colorless · Colorless
Egg Rolling 60×
Colorless · Colorless · Colorless

Flip a coin until you get tails. This attack does 60 damage times the number of heads.

GET /api/v1/pokemon/cards/sv1v_ja-59?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1v_ja-59",
    "name": "Chansey",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/59.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1v_ja",
      "name": "Violet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1V",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Violet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568285",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pound",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Egg Rolling",
        "text": "Flip a coin until you get tails. This attack does 60 damage times the number of heads.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:04:23.699Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}