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

← Black & White Promos
Jigglypuff

Jigglypuff

Promo #127 Pokémon Basic
Types
Colorless
Illustrator
MAHOU
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

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_ja-127vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-127vh",
    "name": "Jigglypuff",
    "number": "127",
    "printed_number": "127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/127vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/127vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/127vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/127vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/127vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/127vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "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×"
      }
    ],
    "rarity": "Promo",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 69.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 69.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 57,
          "low": 48.45,
          "high": 65.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 330,
          "low": 330,
          "high": 346,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 100,
          "low": 63.28,
          "high": 100,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-24T05:15:13.534Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}