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

← Rapid Strike Master
Corviknight VMAX

Corviknight VMAX

Hyper Rare #85 Pokémon VMAX HP 320
Types
Metal
Illustrator
PLANETA Mochizuki
Expansion
Rapid Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569126
GET /api/v1/pokemon/cards/swsh5r_ja-85vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5r_ja-85vh",
    "name": "Corviknight VMAX",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/85vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5r_ja",
      "name": "Rapid Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5R",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rapid Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569126",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/85vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "320",
    "abilities": [
      {
        "name": "Luster Body",
        "text": "Prevent all effects of your opponent's Abilities done to this Pokémon.",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 3.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.3,
          "low": 16.41,
          "high": 22.2,
          "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-22T05:20:19.380Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.69
      }
    }
  }
}