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

← Ultra Force
Xurkitree

Xurkitree

Common #16 Pokémon Basic HP 120
Types
Lightning
Illustrator
Shin Nagasawa
Expansion
Ultra Force · Sun & Moon
Language
Japanese
TCGplayer
572349

Attacks

Dazzle Blast 20
Lightning

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

Cablegram 100
Lightning · Lightning · Colorless

If you have exactly 3 Prize cards remaining, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/sm5p_ja-16vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5p_ja-16vrh",
    "name": "Xurkitree",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/16vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/16vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/16vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5p_ja",
      "name": "Ultra Force",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5+",
      "printed_total": 50,
      "release_date": "2018/01/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572349",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/16vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/16vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/16vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Dazzle Blast",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cablegram",
        "text": "If you have exactly 3 Prize cards remaining, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:01:23.307Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.74
      }
    }
  }
}