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

← Dark Phantasma
Hisuian Basculegion

Hisuian Basculegion

Rare #13 Pokémon Stage 1 HP 110
Types
Water
Illustrator
AKIRA EGAWA
Expansion
Dark Phantasma · Sword & Shield
Language
Japanese
TCGplayer
570676

Attacks

Hallowed Climb 20×

This attack does 20 damage for each basic Energy card in your discard pile. Then, shuffle those Energy cards into your deck.

Water Shot 70
Water

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh10a_ja-13vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10a_ja-13vh",
    "name": "Hisuian Basculegion",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/13vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/13vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/13vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10a_ja",
      "name": "Dark Phantasma",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10a",
      "printed_total": 71,
      "release_date": "2022/05/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Phantasma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570676",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/13vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/13vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/13vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Hallowed Climb",
        "text": "This attack does 20 damage for each basic Energy card in your discard pile. Then, shuffle those Energy cards into your deck.",
        "damage": "20×"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Shot",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:27:38.282Z",
      "trend_7d": {
        "direction": "down",
        "percent": -61.54
      }
    }
  }
}