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

← Galactic's Conquest
Shuppet

Shuppet

usually #47 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kyoko Umemoto
Expansion
Galactic's Conquest · Platinum
Language
Japanese
TCGplayer
607037

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/pt1_ja-47?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt1_ja-47",
    "name": "Shuppet",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "pt1_ja",
      "name": "Galactic's Conquest",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT1",
      "printed_total": 96,
      "release_date": "2008/10/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Galactic's Conquest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607037",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/47.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": "usually",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 1.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.81
        },
        {
          "condition": "LP",
          "price": 1.5
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T06:03:35.670Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}