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

← Jet-Black Spirit
Shadow Rider Calyrex V

Shadow Rider Calyrex V

Double Rare #36 Pokémon BasicexV HP 210
Types
Psychic
Illustrator
D.A.G Inc.
Expansion
Jet-Black Spirit · Sword & Shield
Language
Japanese
TCGplayer
569264

Attacks

Shadow Mist 10
Psychic

During your opponent's next turn, they can't play any Special Energy cards or Stadium cards from their hand.

Astral Barrage
Colorless · Colorless · Colorless

Choose 2 of your opponent's Pokémon and put 5 damage counters on each of them.

GET /api/v1/pokemon/cards/swsh6k_ja-36vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6k_ja-36vh",
    "name": "Shadow Rider Calyrex V",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/36vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/36vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/36vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6k_ja",
      "name": "Jet-Black Spirit",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6K",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Jet-Black Spirit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569264",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/36vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/36vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/36vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex",
      "V"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Shadow Mist",
        "text": "During your opponent's next turn, they can't play any Special Energy cards or Stadium cards from their hand.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Astral Barrage",
        "text": "Choose 2 of your opponent's Pokémon and put 5 damage counters on each of them."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "D.A.G Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.63
        },
        {
          "condition": "LP",
          "price": 0.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 5,
          "low": 5,
          "high": 7.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:38:29.143Z",
      "trend_7d": {
        "direction": "down",
        "percent": -51.54
      }
    }
  }
}