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

← Battle Region
Hisuian Decidueye VSTAR

Hisuian Decidueye VSTAR

Triple Rare #45 Pokémon VSTAR HP 270
Types
Fighting
Illustrator
5ban Graphics
Expansion
Battle Region · Sword & Shield
Language
Japanese
TCGplayer
570615

Attacks

Somersault Feather 160+
Fighting · Colorless · Colorless

You may discard up to 3 Energy cards from your hand. This attack does 30 more damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/swsh9a_ja-45vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9a_ja-45vh",
    "name": "Hisuian Decidueye VSTAR",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/45vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/45vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/45vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9a_ja",
      "name": "Battle Region",
      "total": 93,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9a",
      "printed_total": 67,
      "release_date": "2022/02/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Region"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570615",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/45vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/45vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/45vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VSTAR"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "270",
    "abilities": [
      {
        "name": "Soaring Star",
        "text": "During your turn, you may draw cards until you have 8 cards in your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Somersault Feather",
        "text": "You may discard up to 3 Energy cards from your hand. This attack does 30 more damage for each card you discarded in this way.",
        "damage": "160+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.58
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 8,
          "low": 8,
          "high": 8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 4,
          "high": 6.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 14,
          "low": 14,
          "high": 14.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:29:16.183Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.69
      }
    }
  }
}