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

← Silver Lance
Ice Rider Calyrex VMAX

Ice Rider Calyrex VMAX

Hyper Rare #84 Pokémon VMAXex HP 320
Types
Water
Illustrator
5ban Graphics
Expansion
Silver Lance · Sword & Shield
Language
Japanese
TCGplayer
569216
GET /api/v1/pokemon/cards/swsh6h_ja-84vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6h_ja-84vh",
    "name": "Ice Rider Calyrex VMAX",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/84vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/84vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/84vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6h_ja",
      "name": "Silver Lance",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6H",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Silver Lance"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569216",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/84vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/84vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/84vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX",
      "ex"
    ],
    "types": [
      "Water"
    ],
    "hp": "320",
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.01,
          "low": 17.01,
          "high": 18.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:20:01.412Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.59
      }
    }
  }
}