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

← Space Juggler
Hisuian Decidueye

Hisuian Decidueye

Rare #39 Pokémon Stage 2 HP 160
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Space Juggler · Sword & Shield
Language
Japanese
TCGplayer
569882

Attacks

Razor-Sharp Claw 30×

This attack does 30 damage for each damage counter on your opponent's Active Pokémon.

Direct Arrow
Fighting · Colorless · Colorless

This attack does 80 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh10p_ja-39vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10p_ja-39vh",
    "name": "Hisuian Decidueye",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/39vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/39vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/39vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10p_ja",
      "name": "Space Juggler",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10P",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Juggler"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569882",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/39vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/39vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/39vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Razor-Sharp Claw",
        "text": "This attack does 30 damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "30×"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Direct Arrow",
        "text": "This attack does 80 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.63
        },
        {
          "condition": "LP",
          "price": 0.49
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:27:40.932Z",
      "trend_7d": {
        "direction": "down",
        "percent": -17.11
      }
    }
  }
}