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

← XY Black Star Promos
Chesnaught (Staff Stamp)

Chesnaught (Staff Stamp)

Promo #XY68 Pokémon Stage 2 HP 160
Types
Grass
Illustrator
Mitsuhiro Arita
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
108598

Attacks

Spike Lariat 60+
Grass · Colorless · Colorless

If your opponent's Active Pokémon already has any damage counters on it, this attack does 60 more damage.

Adamantine Press 100
Grass · Grass · Colorless · Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xyp-XY68vs?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY68vs",
    "name": "Chesnaught (Staff Stamp)",
    "number": "XY68",
    "printed_number": "XY68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY68vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY68vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY68vs.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "108598",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY68vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY68vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY68vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spike Lariat",
        "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 60 more damage.",
        "damage": "60+"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Adamantine Press",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 47.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 47.11
        },
        {
          "condition": "LP",
          "price": 35.22
        },
        {
          "condition": "MP",
          "price": 22.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 11.75,
          "low": 9.99,
          "high": 13.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 79.99,
          "low": 67.99,
          "high": 91.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:05:03.785Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.95
      }
    }
  }
}