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

← BW Black Star Promos
Genesect

Genesect

Promo #BW86 Pokémon BasicTeam Plasma HP 100
Types
Grass
Illustrator
5ban Graphics
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
85664

Attacks

Signal Beam 30
Grass · Colorless

Flip a coin. If heads, the Defending Pokémon is now Confused.

Overdrive Smash 60
Grass · Grass · Colorless · Colorless

During your next turn, this Pokémon's Overdrive Smash attack does 60 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/bwp-BW86vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW86vh",
    "name": "Genesect",
    "number": "BW86",
    "printed_number": "BW86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW86vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW86vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW86vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp",
      "name": "BW Black Star Promos",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PR-BLW",
      "printed_total": 101,
      "release_date": "2011/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85664",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW86vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW86vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW86vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Team Plasma"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Signal Beam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Overdrive Smash",
        "text": "During your next turn, this Pokémon's Overdrive Smash attack does 60 more damage (before applying Weakness and Resistance).",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 159.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 159.95
        },
        {
          "condition": "MP",
          "price": 99.95
        },
        {
          "condition": "HP",
          "price": 59.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "8",
          "value": 166.58,
          "low": 141.59,
          "high": 191.57,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 191.88,
          "low": 187.19,
          "high": 196.56,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 144,
          "low": 122.4,
          "high": 165.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:17:01.544Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}