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

← Platinum
Shuppet

Shuppet

Common #92 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kyoko Umemoto
Expansion
Platinum · Platinum
Language
English
TCGplayer
89201

Attacks

Hypnotic Gaze

The Defending Pokémon is now Asleep.

Fade Out 30
Psychic

Return Shuppet and all cards attached to it to your hand. (If you don't have any Benched Pokémon, this attack does nothing.)

GET /api/v1/pokemon/cards/pl1-92?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-92",
    "name": "Shuppet",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/92.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/92.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/92.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89201",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/92.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/92.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/92.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Hypnotic Gaze",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Fade Out",
        "text": "Return Shuppet and all cards attached to it to your hand. (If you don't have any Benched Pokémon, this attack does nothing.)",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        },
        {
          "condition": "LP",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.08
      }
    }
  }
}