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

← Brave Stars (Courage)
Hisuian Basculegion

Hisuian Basculegion

Rare #054/128 Pokémon Stage 1 HP 110
Types
Water
Illustrator
AKIRA EGAWA
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Upstream Spirits 20

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

Water Shot 70
Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/bsco-054?include=prices 200 42ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-054",
    "name": "Hisuian Basculegion",
    "number": "054/128",
    "printed_number": "054/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-054.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-054.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-054.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-054.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-054.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-054.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Upstream Spirits",
        "text": "This attack does 20 damage for each basic Energy card in your discard pile. Then, shuffle those cards into your deck.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless"
        ],
        "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": 11,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:44.155Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}