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

← Paradigm Trigger
Skuntank V

Skuntank V

Super Rare #106 Pokémon BasicV HP 210
Types
Darkness
Illustrator
Jiro Sasumo
Expansion
Paradigm Trigger · Sword & Shield
Language
Japanese
TCGplayer
570164

Attacks

Pursuit Bomb
Colorless · Colorless

This attack does 30 damage to 1 of your opponent's Benched Pokémon. If that Pokémon retreated during your opponent's last turn, this attack does 120 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)

Shrieking Poison 90
Darkness · Colorless · Colorless

Your opponent's Active Pokémon is now Confused and Poisoned.

GET /api/v1/pokemon/cards/swsh12_ja-106vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12_ja-106vh",
    "name": "Skuntank V",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/106vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/106vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/106vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12_ja",
      "name": "Paradigm Trigger",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12",
      "printed_total": 98,
      "release_date": "2022/10/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradigm Trigger"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570164",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/106vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/106vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/106vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pursuit Bomb",
        "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. If that Pokémon retreated during your opponent's last turn, this attack does 120 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shrieking Poison",
        "text": "Your opponent's Active Pokémon is now Confused and Poisoned.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Jiro Sasumo",
    "pricing": {
      "currency": "USD",
      "market": 9.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.95
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 18.1,
          "high": 55.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:36:20.214Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.71
      }
    }
  }
}