Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Mega Symphonia
Xerneas

Xerneas

Rare #46 Pokémon Basic
Types
Psychic
Illustrator
Kazumasa Yasukuni
Expansion
Mega Symphonia · Mega Evolution
Language
Japanese
TCGplayer
647271

Attacks

Geo Gate
Psychic

Search your deck for up to 3 Basic Psychic Pokémon and put them onto your Bench. Then, shuffle your deck.

Bright Horns
Psychic · Psychic · Colorless

During your next turn, this Pokémon can't use Bright Horns.

GET /api/v1/pokemon/cards/m1s_ja-46vh?include=prices 200 42ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m1s_ja-46vh",
    "name": "Xerneas",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/46vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/46vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/46vh.large.png"
      }
    ],
    "expansion": {
      "id": "m1s_ja",
      "name": "Mega Symphonia",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M1S",
      "printed_total": 63,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Symphonia"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "647271",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/46vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/46vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/46vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Geo Gate",
        "text": "Search your deck for up to 3 Basic Psychic Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bright Horns",
        "text": "During your next turn, this Pokémon can't use Bright Horns."
      }
    ],
    "rarity": "Rare",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:50:37.152Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}