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

← SWSH Black Star Promos
Hoopa V

Hoopa V

Promo #SWSH176 Pokémon BasicVFusion Strike HP 220
Types
Darkness
Illustrator
takuyoa
Expansion
SWSH Black Star Promos · Sword & Shield
Language
English
TCGplayer
253412

Attacks

Shadow Impact 170
Darkness · Darkness · Colorless

Put 3 damage counters on 1 of your Pokémon.

GET /api/v1/pokemon/cards/swshp-SWSH176vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp-SWSH176vh",
    "name": "Hoopa V",
    "number": "SWSH176",
    "printed_number": "SWSH176",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH176vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH176vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH176vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp",
      "name": "SWSH Black Star Promos",
      "total": 307,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PR-SW",
      "printed_total": 307,
      "release_date": "2019/11/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253412",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH176vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH176vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH176vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V",
      "Fusion Strike"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "220",
    "abilities": [
      {
        "name": "Two-Faced",
        "text": "As long as this Pokémon is in play, it is Psychic and Darkness type.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Impact",
        "text": "Put 3 damage counters on 1 of your Pokémon.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 0.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.96
        },
        {
          "condition": "LP",
          "price": 0.88
        },
        {
          "condition": "MP",
          "price": 0.69
        },
        {
          "condition": "HP",
          "price": 0.56
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 1.62,
          "low": 1.38,
          "high": 1.86,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:07:39.302Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.03
      }
    }
  }
}