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

← Battle Styles
Corviknight V

Corviknight V

Rare Ultra #156 Pokémon BasicV HP 210
Types
Metal
Illustrator
PLANETA Mochizuki
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
234062

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/swsh5-156vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-156vh",
    "name": "Corviknight V",
    "number": "156",
    "printed_number": "156",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/156vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/156vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/156vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "234062",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/156vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/156vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/156vh.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": "Rare Ultra",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 6.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.98
        },
        {
          "condition": "LP",
          "price": 4.81
        },
        {
          "condition": "MP",
          "price": 4.71
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 2.63
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.88,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 98.75,
          "low": 91.54,
          "high": 117.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.64,
          "low": 9.5,
          "high": 9.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.04,
          "low": 34.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:26:10.361Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.6
      }
    }
  }
}