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

← Unified Minds
Xurkitree

Xurkitree

Rare #70 Pokémon BasicUltra Beast HP 120
Types
Lightning
Illustrator
Satoshi Shirai
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
194996

Attacks

Three Mirrors 30
Lightning

If your opponent has exactly 3 Prize cards remaining, this attack does 90 more damage.

Signal Beam 50
Lightning · Lightning

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sm11-70vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-70vrh",
    "name": "Xurkitree",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/70vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/70vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/70vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "194996",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/70vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/70vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/70vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Three Mirrors",
        "text": "If your opponent has exactly 3 Prize cards remaining, this attack does 90 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Signal Beam",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 3.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.57
        },
        {
          "condition": "LP",
          "price": 2.37
        },
        {
          "condition": "MP",
          "price": 1.96
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.75
      }
    }
  }
}