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

← Pokémon TCG Classic - Charizard
Dunsparce

Dunsparce

Common #15 Pokémon Basic HP 50
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Pokémon TCG Classic - Charizard · Other
Language
English
TCGplayer
527952

Attacks

Strike and Run
Colorless

Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck. If you put any Pokémon onto your Bench in this way, you may switch this Pokémon with 1 of your Benched Pokémon.

Sudden Flash 10
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/clc-15vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clc-15vh",
    "name": "Dunsparce",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/15vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/15vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/15vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clc",
      "name": "Pokémon TCG Classic - Charizard",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLC",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527952",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/15vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/15vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/15vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Strike and Run",
        "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck. If you put any Pokémon onto your Bench in this way, you may switch this Pokémon with 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sudden Flash",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.85
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 7.63,
          "low": 7.06,
          "high": 10.06,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 6,
          "high": 8.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 34.2,
          "low": 29.07,
          "high": 39.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.92,
          "low": 13.5,
          "high": 13.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:44:42.363Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.56
      }
    }
  }
}