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

← McDonald's Collection 2018
Chansey

Chansey

Common #10 Pokémon Basic HP 110
Types
Colorless
Illustrator
Megumi Mizutani
Expansion
McDonald's Collection 2018 · Other
Language
English
TCGplayer
180458

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/mcd18-10vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-10vh",
    "name": "Chansey",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10vh.small.jpeg?v=1777736082880",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10vh.small.jpeg?v=1777736082880",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10vh.small.jpeg?v=1777736082880"
      }
    ],
    "expansion": {
      "id": "mcd18",
      "name": "McDonald's Collection 2018",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2018/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "180458",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10vh.small.jpeg?v=1777736082880",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10vh.small.jpeg?v=1777736082880",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10vh.small.jpeg?v=1777736082880"
          }
        ]
      }
    ],
    "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": 6.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.3
        },
        {
          "condition": "LP",
          "price": 3.02
        },
        {
          "condition": "MP",
          "price": 1.41
        },
        {
          "condition": "HP",
          "price": 0.96
        },
        {
          "condition": "DMG",
          "price": 0.73
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 277,
          "low": 235.45,
          "high": 318.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:52.734Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.5
      }
    }
  }
}