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
Jigglypuff

Jigglypuff

Promo #BW65 Pokémon Basic HP 60
Types
Colorless
Illustrator
MAHOU
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
86321

Attacks

Continuous Tumble 10
Colorless

Flip a coin until you get tails. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/bwp-BW65?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW65",
    "name": "Jigglypuff",
    "number": "BW65",
    "printed_number": "BW65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW65.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW65.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW65.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": "86321",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW65.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW65.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW65.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Continuous Tumble",
        "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 70.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 70.73
        },
        {
          "condition": "LP",
          "price": 62.17
        },
        {
          "condition": "MP",
          "price": 54.36
        },
        {
          "condition": "HP",
          "price": 16
        },
        {
          "condition": "DMG",
          "price": 22.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 113.95,
          "low": 96.86,
          "high": 131.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}