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

← Vivid Portrayals (Obsidian)
Scizor V

Scizor V

Double Rare #070/115 Pokémon Basic HP 210
Types
Metal
Illustrator
Shin Nagasawa
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Hack Off 30
Colorless

Discard a Pokémon Tool and a Special Energy from your opponent's Active Pokémon.

Slashing Claw 140
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/vpo-070vh?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-070vh",
    "name": "Scizor V",
    "number": "070/115",
    "printed_number": "070/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-070vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-070vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-070vh.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-070vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-070vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-070vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hack Off",
        "text": "Discard a Pokémon Tool and a Special Energy from your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slashing Claw",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:33:35.147Z"
    }
  }
}