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

← The Best of XY
Shaymin-EX

Shaymin-EX

Common #106 Pokémon BasicEX
Types
Colorless
Illustrator
Ayaka Yoshida
Expansion
The Best of XY · XY
Language
Japanese
TCGplayer
598958

Attacks

Sky Return 30
Colorless · Colorless

Return this Pokémon and all cards attached to it to your hand.

GET /api/v1/pokemon/cards/xy_ja-106?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy_ja-106",
    "name": "Shaymin-EX",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/106.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/106.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/106.large.webp"
      }
    ],
    "expansion": {
      "id": "xy_ja",
      "name": "The Best of XY",
      "total": 188,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY",
      "printed_total": 171,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Best of XY"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "598958",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/106.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/106.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/106.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Colorless"
    ],
    "abilities": [
      {
        "name": "Set Up",
        "text": "When you play this Pokémon from your hand onto your Bench, you may draw cards until you have 6 cards in your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sky Return",
        "text": "Return this Pokémon and all cards attached to it to your hand.",
        "damage": "30"
      }
    ],
    "rarity": "Common",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 12.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.98
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 376.5,
          "low": 320.02,
          "high": 432.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 57.5,
          "low": 33.7,
          "high": 39.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:58:34.885Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}