Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Temporal Forces
Shiftry

Shiftry

Uncommon #5 Pokémon Stage 2 HP 150
Types
Grass
Illustrator
Souichirou Gunjima
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542650

Attacks

Expelling Tornado
Grass

Choose 3 of your opponent's Benched Pokémon. If you do, shuffle all of your opponent's Benched Pokémon that you didn't choose, and all cards attached to those Pokémon, into their deck.

Energy Loop 140
Colorless · Colorless

Put an Energy attached to this Pokémon into your hand.

GET /api/v1/pokemon/cards/sv5-5?include=prices 200 86ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-5",
    "name": "Shiftry",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/5.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/5.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/5.large.png"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542650",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/5.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/5.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/5.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Expelling Tornado",
        "text": "Choose 3 of your opponent's Benched Pokémon. If you do, shuffle all of your opponent's Benched Pokémon that you didn't choose, and all cards attached to those Pokémon, into their deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Loop",
        "text": "Put an Energy attached to this Pokémon into your hand.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "TAG",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T14:11:03.389Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}