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

← Rage of the Broken Heavens
Shiftry

Shiftry

Non #54 Pokémon Stage 2 HP 140
Types
Darkness
Illustrator
TOKIYA
Expansion
Rage of the Broken Heavens · XY
Language
Japanese
TCGplayer
604199

Attacks

Roll Up
Darkness · Colorless

Flip 3 coins. If any of them are heads, your opponent reveals his or her hand. Then, for each heads, discard a card from your opponents hand.

Otherworldly Return 60
Darkness · Colorless · Colorless

Put a Trainer card from your discard pile into your hand.

GET /api/v1/pokemon/cards/xy9_ja-54?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9_ja-54",
    "name": "Shiftry",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/54.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9_ja",
      "name": "Rage of the Broken Heavens",
      "total": 89,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY9",
      "printed_total": 80,
      "release_date": "2015/12/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rage of the Broken Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604199",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Roll Up",
        "text": "Flip 3 coins. If any of them are heads, your opponent reveals his or her hand. Then, for each heads, discard a card from your opponents hand."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Otherworldly Return",
        "text": "Put a Trainer card from your discard pile into your hand.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 1.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.95
        },
        {
          "condition": "LP",
          "price": 1.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:04:58.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}