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

← Surging Sparks
Dhelmise

Dhelmise

Common #10 Pokémon Basic HP 130
Types
Grass
Illustrator
Mori Yuu
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589917

Attacks

Rescue Kedge
Colorless

Put up to 2 Pokémon from your discard pile into your hand.

Annihilating Anchor 80
Grass · Colorless · Colorless

Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv8-10?include=prices 200 119ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-10",
    "name": "Dhelmise",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/10.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/10.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/10.large.png"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589917",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/10.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/10.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/10.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rescue Kedge",
        "text": "Put up to 2 Pokémon from your discard pile into your hand."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Annihilating Anchor",
        "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mori Yuu",
    "pricing": {
      "currency": "USD",
      "market": 0.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.08
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:37:53.731Z",
      "trend_7d": {
        "direction": "down",
        "percent": -46.67
      }
    }
  }
}