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

← Neo Discovery 1st Edition
Dunsparce

Dunsparce

Common #54 Pokémon Basic HP 30
Types
Colorless
Illustrator
Yukiko Baba
Expansion
Neo Discovery 1st Edition · Neo
Language
English
TCGplayer
85007

Attacks

Glare 10
Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/neo2-54v1e?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2-54v1e",
    "name": "Dunsparce",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/54v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/54v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/54v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2-1st-edition",
      "name": "Neo Discovery 1st Edition",
      "total": 75,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 75,
      "release_date": "2001/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85007",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/54v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/54v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/54v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Glare",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 3.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.14
        },
        {
          "condition": "LP",
          "price": 2.08
        },
        {
          "condition": "MP",
          "price": 2.07
        },
        {
          "condition": "HP",
          "price": 1.48
        },
        {
          "condition": "DMG",
          "price": 1.52
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "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": "PSA",
          "grade": "10",
          "value": 68.5,
          "low": 68.5,
          "high": 79.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.65,
          "low": 35.2,
          "high": 36.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:16:16.854Z",
      "trend_7d": {
        "direction": "down",
        "percent": -32.76
      }
    }
  }
}