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

← Miracle of the Desert
Shiftry

Shiftry

Rare Holo #3 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Atsuko Nishida
Expansion
Miracle of the Desert · ADV
Language
Japanese
TCGplayer
613574

Attacks

Light Touch Throw 80-
Grass · Grass · Colorless · Colorless

Does 80 damage minus 10 damage for each Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/adv2_ja-3vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv2_ja-3vh",
    "name": "Shiftry",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv2_ja",
      "name": "Miracle of the Desert",
      "total": 53,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 53,
      "release_date": "2003/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle of the Desert"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613574",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Fan Away",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, return 1 Energy card attached to the Defending Pokémon to your opponent's hand. This power can't be used if Shiftry is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Light Touch Throw",
        "text": "Does 80 damage minus 10 damage for each Energy attached to the Defending Pokémon.",
        "damage": "80-"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.8,
          "low": 29.58,
          "high": 40.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46,
          "low": 46,
          "high": 51.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 42.12,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-19T03:14:16.852Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}