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

← Mega Evolution Black Star Promos
Sneasel

Sneasel

Promo #20 Pokémon Basic HP 70
Types
Darkness
Illustrator
Souichirou Gunjima
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
664055

Attacks

Dig Claws 10
Darkness
Scratch 30
Darkness · Darkness
GET /api/v1/pokemon/cards/mep-20vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-20vh",
    "name": "Sneasel",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/20vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "664055",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/20vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Dig Claws",
        "damage": "10"
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Scratch",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 6.71,
          "low": 5.7,
          "high": 7.72,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 153.61,
          "low": 151.8,
          "high": 153.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.25,
          "high": 7.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4.82,
          "low": 4.42,
          "high": 4.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8.44,
          "low": 6.49,
          "high": 6.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.38
      }
    }
  }
}