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

← Kalos Starter Set
Chesnaught

Chesnaught

Common #5 Pokémon Stage 2 HP 150
Types
Grass
Illustrator
5ban Graphics
Expansion
Kalos Starter Set · XY
Language
English
TCGplayer
84268

Attacks

Needle Arm 50
Grass · Colorless · Colorless
Tumbling Attack 80
Grass · Grass · Colorless · Colorless

Flip a coin. If heads, this attack does 40 more damage.

GET /api/v1/pokemon/cards/xy0-5vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy0-5vh",
    "name": "Chesnaught",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy0",
      "name": "Kalos Starter Set",
      "total": 39,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "KSS",
      "printed_total": 39,
      "release_date": "2013/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84268",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Needle Arm",
        "damage": "50"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Tumbling Attack",
        "text": "Flip a coin. If heads, this attack does 40 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        },
        {
          "condition": "LP",
          "price": 1.28
        },
        {
          "condition": "MP",
          "price": 1.13
        },
        {
          "condition": "HP",
          "price": 0.66
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:40:57.903Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}