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

← ADV Expansion Pack
Gardevoir

Gardevoir

Rare Holo #29 Pokémon Stage 2 HP 100
Types
Psychic
Illustrator
Ken Sugimori
Expansion
ADV Expansion Pack · ADV
Language
Japanese
TCGplayer
613059

Attacks

Energy Burst 10×
Psychic

Does 10 damage times the total amount of Energy attached to Gardevoir and the Defending Pokémon.

GET /api/v1/pokemon/cards/adv1_ja-29vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv1_ja-29vh",
    "name": "Gardevoir",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/29vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/29vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/29vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv1_ja",
      "name": "ADV Expansion Pack",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 55,
      "release_date": "2003/01/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613059",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/29vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/29vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/29vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Psy Shadow",
        "text": "Once during your turn (before your attack), you may search your deck for a Psychic Energy card and attach it to 1 of your Pokémon. Put 2 damage counters on that Pokémon. Shuffle your deck afterward. This power can't be used if Gardevoir is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Burst",
        "text": "Does 10 damage times the total amount of Energy attached to Gardevoir and the Defending Pokémon.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        },
        {
          "condition": "LP",
          "price": 14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 173,
          "low": 147.05,
          "high": 198.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.58,
          "low": 30.24,
          "high": 40.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-23T04:00:28.593Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}