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 Gx

Gardevoir Gx

Rare #178/151 Pokémon Stage 2 HP 230
Types
Fairy
Illustrator
5ban Graphics
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Infinite Force 30
Colorless

This attack does 30 damage times the amount of Energy attached to both Active Pokémon.

Twilight-GX
Colorless

Shuffle 10 cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sea-178?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-178",
    "name": "Gardevoir Gx",
    "number": "178/151",
    "printed_number": "178/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-178.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-178.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-178.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-178.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-178.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-178.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Infinite Force",
        "text": "This attack does 30 damage times the amount of Energy attached to both Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Twilight-GX",
        "text": "Shuffle 10 cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 389.99,
          "low": 338,
          "high": 411.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 174.99,
          "low": 174.99,
          "high": 174.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 365.5,
          "low": 365.5,
          "high": 365.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 199.89,
          "low": 202.5,
          "high": 202.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:21:11.956Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}