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

Sneasel

Rare #25 Pokémon Basic HP 60
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Neo Genesis 1st Edition · Neo
Language
English
TCGplayer
89367

Attacks

Fury Swipes 10×
Colorless

Flip 3 coins. This attack does 10 damage times the number of heads.

Beat Up 20×
Darkness · Darkness

Flip a coin for each of your Pokémon in play (including this one). This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/neo1-25v1e?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1-25v1e",
    "name": "Sneasel",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/25v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/25v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/25v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1-1st-edition",
      "name": "Neo Genesis 1st Edition",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 111,
      "release_date": "2000/12/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89367",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/25v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/25v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/25v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Beat Up",
        "text": "Flip a coin for each of your Pokémon in play (including this one). This attack does 20 damage times the number of heads.",
        "damage": "20×"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22
        },
        {
          "condition": "LP",
          "price": 11.21
        },
        {
          "condition": "MP",
          "price": 6.64
        },
        {
          "condition": "HP",
          "price": 5.25
        },
        {
          "condition": "DMG",
          "price": 4.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 15.15,
          "low": 12.88,
          "high": 17.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 41.35,
          "low": 43,
          "high": 66.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 424.5,
          "low": 247.8,
          "high": 484.3,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 17.98,
          "low": 21,
          "high": 21,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 85,
          "low": 76.99,
          "high": 96.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:44:21.374Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}