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

← Chaos Rising
Chespin

Chespin

Illustration Rare #87 Pokémon Basic HP 70
Types
Grass
Illustrator
Atsushi Furusawa
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693462

Attacks

Beat 10
Grass
Spike Sting 30
Grass · Grass
GET /api/v1/pokemon/cards/me4-87vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-87vh",
    "name": "Chespin",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-87vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-87vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-87vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693462",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-87vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-87vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-87vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Beat",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Spike Sting",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Atsushi Furusawa",
    "pricing": {
      "currency": "USD",
      "market": 3.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.56
        },
        {
          "condition": "LP",
          "price": 3.28
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 39.68,
          "low": 24.12,
          "high": 42.82,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 14,
          "trend": {
            "direction": "up",
            "percent": 63.4
          }
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 22.92,
          "low": 21.8,
          "high": 24.04,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 89,
          "low": 39.89,
          "high": 91.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.8,
          "low": 10.8,
          "high": 10.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 93.45,
          "low": 80.81,
          "high": 215.75,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 40,
          "trend": {
            "direction": "down",
            "percent": -43.5
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.3,
          "low": 16.5,
          "high": 27,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "down",
            "percent": -24.8
          }
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.04
      }
    }
  }
}