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

← 30th Celebration
Sneasel

Sneasel

Rare #25 Pokémon Basic HP 60
Types
Darkness
Illustrator
Ken Sugimori
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
716161

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/me55c-25vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55c-25vh",
    "name": "Sneasel",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-25vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-25vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-25vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "716161",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-25vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-25vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-25vh.large.png"
          }
        ]
      }
    ],
    "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": 7.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}