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

← P Promos
Rocket's Sneasel

Rocket's Sneasel

Promo #3 Pokémon Basic HP 60
Types
Darkness
Illustrator
Katsura Tabata
Expansion
P Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpp_ja-3?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpp_ja-3",
    "name": "Rocket's Sneasel",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpp_ja",
      "name": "P Promos",
      "total": 47,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 47,
      "release_date": "2001/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "P Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Promo",
    "artist": "Katsura Tabata",
    "pricing": {
      "currency": "USD",
      "market": 118.31,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 19.49,
          "low": 16.57,
          "high": 22.41,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 5050,
          "low": 2575,
          "high": 7525,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 350,
          "low": 297.5,
          "high": 402.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 46.25,
          "low": 38.74,
          "high": 90,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22.13,
          "low": 13.19,
          "high": 31.07,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.58,
          "low": 34.75,
          "high": 70.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 97.05,
          "low": 95.2,
          "high": 152.79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 75,
          "low": 20,
          "high": 89.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 215,
          "low": 215,
          "high": 247.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-07T19:02:57.518Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}