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 Revelation Unlimited
Sneasel

Sneasel

Rare #24 Pokémon Basic HP 60
Types
Darkness
Illustrator
Sumiyoshi Kizuki
Expansion
Neo Revelation Unlimited · Neo
Language
English
TCGplayer
89366

Attacks

Swipe
Darkness

Flip a coin. If heads, discard all Trainer cards attached to your opponent's Pokémon.

Quick Attack 10+
Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.

GET /api/v1/pokemon/cards/neo3-24vuu?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3-24vuu",
    "name": "Sneasel",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/24vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/24vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/24vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3-unlimited",
      "name": "Neo Revelation Unlimited",
      "total": 66,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 66,
      "release_date": "2001/09/21",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89366",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/24vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/24vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/24vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Swipe",
        "text": "Flip a coin. If heads, discard all Trainer cards attached to your opponent's Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
        "damage": "10+"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 5.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.39
        },
        {
          "condition": "MP",
          "price": 4.32
        },
        {
          "condition": "HP",
          "price": 2.85
        },
        {
          "condition": "DMG",
          "price": 2.77
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.5,
          "low": 10.5,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7.75,
          "low": 7.75,
          "high": 7.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.5,
          "low": 2,
          "high": 13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.99,
          "low": 15.29,
          "high": 20.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 26,
          "high": 40,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 15.5,
          "low": 14.75,
          "high": 16.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.83,
          "low": 15.5,
          "high": 15.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 19.99,
          "high": 20,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22,
          "low": 22,
          "high": 39.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:28:32.733Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}