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

← Forbidden Light
Xurkitree

Xurkitree

Rare #39 Pokémon BasicUltra Beast HP 120
Types
Lightning
Illustrator
Shin Nagasawa
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165690

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/sm6-39?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-39",
    "name": "Xurkitree",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/39.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165690",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "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": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.45
        },
        {
          "condition": "LP",
          "price": 2.07
        },
        {
          "condition": "MP",
          "price": 1.81
        },
        {
          "condition": "HP",
          "price": 0.77
        },
        {
          "condition": "DMG",
          "price": 1.49
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}