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

← Neo Destiny 1st Edition
Chansey

Chansey

Uncommon #31 Pokémon Basic HP 90
Types
Colorless
Illustrator
Yuka Morii
Expansion
Neo Destiny 1st Edition · Neo
Language
English
TCGplayer
84170

Attacks

Doubleslap 20×
Colorless · Colorless

Flip 2 coins. This attack does 20 damage times the number of heads.

Egg Toss 80
Colorless · Colorless · Colorless

Flip 2 coins. If either of them is tails, this attack does nothing.

GET /api/v1/pokemon/cards/neo4-31v1e?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4-31v1e",
    "name": "Chansey",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/31v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/31v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/31v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4-1st-edition",
      "name": "Neo Destiny 1st Edition",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2002/02/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84170",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/31v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/31v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/31v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Doubleslap",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Egg Toss",
        "text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 40.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 40.92
        },
        {
          "condition": "LP",
          "price": 40.89
        },
        {
          "condition": "MP",
          "price": 28.34
        },
        {
          "condition": "HP",
          "price": 21.74
        },
        {
          "condition": "DMG",
          "price": 5.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.6,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 109,
          "low": 92.65,
          "high": 125.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 85.06,
          "low": 134.03,
          "high": 134.03,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:38:17.114Z",
      "trend_7d": {
        "direction": "up",
        "percent": 16.91
      }
    }
  }
}