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

← Storming Emergence (Abundant)
Gardevoir

Gardevoir

Rare #075/151 Pokémon Stage 2 HP 130
Types
Fairy
Illustrator
Ryota Murayama
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Brilliant Search
Colorless

Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck.

Sensitive Ray 70
Colorless · Colorless · Colorless

If you played a Supporter card from your hand during this turn, this attack does 90 more damage.

GET /api/v1/pokemon/cards/sea-075?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-075",
    "name": "Gardevoir",
    "number": "075/151",
    "printed_number": "075/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-075.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-075.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-075.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-075.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-075.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-075.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Brilliant Search",
        "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sensitive Ray",
        "text": "If you played a Supporter card from your hand during this turn, this attack does 90 more damage.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 16.99,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 140.69,
          "low": 119.59,
          "high": 161.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:32:24.057Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}