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
Pikachu

Pikachu

Promo #BW77 Pokémon Basic HP 60
Types
Lightning
Illustrator
Mizue
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer

Attacks

Tail Whap 10
Colorless
Thundershock 30
Lightning · Colorless · Colorless

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

GET /api/v1/pokemon/cards/bwp-BW77vh?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW77vh",
    "name": "Pikachu",
    "number": "BW77",
    "printed_number": "BW77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW77vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW77vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW77vh.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": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW77vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW77vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW77vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Whap",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thundershock",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 25.05,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.16
      }
    }
  }
}