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

← Shiny Collection
Gardevoir

Gardevoir

Non #10 Pokémon Stage 2
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
Shiny Collection · Black & White
Language
Japanese
TCGplayer
602858

Attacks

Psybeam 40
Psychic · Colorless

The Defending Pokémon is now Confused.

Eternal Radiance
Psychic · Psychic

Move all damage counters from this Pokémon to the Defending Pokémon. This Pokémon can't use Eternal Radiance during your next turn.

GET /api/v1/pokemon/cards/sc1_ja-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sc1_ja-10",
    "name": "Gardevoir",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "sc1_ja",
      "name": "Shiny Collection",
      "total": 25,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "SC",
      "printed_total": 20,
      "release_date": "2013/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602858",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psybeam",
        "text": "The Defending Pokémon is now Confused.",
        "damage": "40"
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Eternal Radiance",
        "text": "Move all damage counters from this Pokémon to the Defending Pokémon. This Pokémon can't use Eternal Radiance during your next turn."
      }
    ],
    "rarity": "Non",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 28.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 28.47
        },
        {
          "condition": "LP",
          "price": 21.25
        },
        {
          "condition": "MP",
          "price": 19.28
        },
        {
          "condition": "HP",
          "price": 15
        },
        {
          "condition": "DMG",
          "price": 15.39
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 80.38,
          "low": 68.32,
          "high": 92.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 82.5,
          "low": 50,
          "high": 82.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 69,
          "low": 69,
          "high": 74.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 19
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28.2,
          "low": 37,
          "high": 37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 52,
          "low": 48.6,
          "high": 65.19,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 57,
          "low": 48.45,
          "high": 65.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-05T03:34:22.314Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}