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 V

Corviknight V

Double Rare #55 Pokémon BasicV HP 210
Types
Metal
Illustrator
PLANETA Mochizuki
Expansion
Rapid Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569096

Attacks

Clutch 30
Metal

During your opponent's next turn, the Defending Pokémon can't retreat.

Sky Hurricane 190
Metal · Metal · Colorless

During your next turn, this Pokémon can't use Sky Hurricane.

GET /api/v1/pokemon/cards/swsh5r_ja-55vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5r_ja-55vh",
    "name": "Corviknight V",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/55vh.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": "569096",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/55vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Metal"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Clutch",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sky Hurricane",
        "text": "During your next turn, this Pokémon can't use Sky Hurricane.",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 0.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.84
        },
        {
          "condition": "LP",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.01,
          "low": 7.66,
          "high": 10.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:13.298Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.33
      }
    }
  }
}