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 1st Edition
Sneasel

Sneasel

Rare #24 Pokémon Basic HP 60
Types
Darkness
Illustrator
Sumiyoshi Kizuki
Expansion
Neo Revelation 1st Edition · 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-24v1e?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3-24v1e",
    "name": "Sneasel",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/24v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/24v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/24v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3-1st-edition",
      "name": "Neo Revelation 1st Edition",
      "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": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/24v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/24v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/24v1e.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": 15.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.99
        },
        {
          "condition": "LP",
          "price": 11.28
        },
        {
          "condition": "MP",
          "price": 5.25
        },
        {
          "condition": "HP",
          "price": 3.7
        },
        {
          "condition": "DMG",
          "price": 6.38
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "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": "CGC",
          "grade": "9.5",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50.5,
          "low": 50.5,
          "high": 106.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 20,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.3,
          "low": 42,
          "high": 42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:29:51.720Z",
      "trend_7d": {
        "direction": "down",
        "percent": -24.18
      }
    }
  }
}