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

← Mega Evolution
Shiftry

Shiftry

Uncommon #15 Pokémon Stage 2 HP 160
Types
Grass
Illustrator
Uninori
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654354

Attacks

Reversing Gust
Grass

Flip a coin. If heads, choose 1 of your opponent's Pokémon. Shuffle that Pokémon and all attached cards into their deck.

Perplex 100
Grass · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/me1-15vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-15vrh",
    "name": "Shiftry",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/15vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/15vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/15vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654354",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/15vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/15vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/15vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Reversing Gust",
        "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. Shuffle that Pokémon and all attached cards into their deck."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Perplex",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Uninori",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:28:58.540Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}