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

← Undone Seal
Shiftry

Shiftry

Rare Holo #68 Pokémon Stage 2 HP 110
Types
Darkness
Illustrator
Hisao Nakamura
Expansion
Undone Seal · ADV
Language
Japanese
TCGplayer
612507

Attacks

Push Aside 30
Darkness · Colorless

Look at your opponent's hand and choose 1 Basic Pokémon or Evolution card you find there. Your opponent puts it at the bottom of his or her deck.

Supernatural Power 40+
Colorless · Colorless · Colorless

If you have the same number of cards in your hand as your opponent, this attack does 40 damage plus 40 more damage.

GET /api/v1/pokemon/cards/adv5_ja-68vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv5_ja-68vh",
    "name": "Shiftry",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/68vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/68vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/68vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv5_ja",
      "name": "Undone Seal",
      "total": 83,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 83,
      "release_date": "2004/01/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Undone Seal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612507",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/68vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/68vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/68vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Push Aside",
        "text": "Look at your opponent's hand and choose 1 Basic Pokémon or Evolution card you find there. Your opponent puts it at the bottom of his or her deck.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Supernatural Power",
        "text": "If you have the same number of cards in your hand as your opponent, this attack does 40 damage plus 40 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 6.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.09
        },
        {
          "condition": "HP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 52,
          "low": 48,
          "high": 52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.3,
          "low": 18.96,
          "high": 25.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.5,
          "low": 19.25,
          "high": 19.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.67,
          "low": 55,
          "high": 55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-10T05:32:03.014Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}