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

← Mysterious Treasures
Dunsparce

Dunsparce

Uncommon #47 Pokémon Basic HP 60
Types
Colorless
Illustrator
Midori Harada
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
85010

Attacks

Snake Hook

Draw a card.

Bite and Run 10

Switch Dunsparce with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/dp2-47?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-47",
    "name": "Dunsparce",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/47.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85010",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Snake Hook",
        "text": "Draw a card."
      },
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Bite and Run",
        "text": "Switch Dunsparce with 1 of your Benched Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.48
        },
        {
          "condition": "LP",
          "price": 0.4
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "up",
        "percent": 17.07
      }
    }
  }
}