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

← ADV Promos
Jigglypuff

Jigglypuff

Promo #61 Pokémon Basic
Types
Colorless
Illustrator
Ken Sugimori
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer

Attacks

Doubleslap 10×
Colorless

Flip 2 coins. This attack does 10 damage times the number of heads.

Rest
Colorless · Colorless

Remove all Special Conditions and 3 damage counters from Jigglypuff (all if there are less than 3). Jigglypuff is now Asleep.

GET /api/v1/pokemon/cards/advp_ja-61vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-61vh",
    "name": "Jigglypuff",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/61vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/61vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/61vh.large.webp"
      }
    ],
    "expansion": {
      "id": "advp_ja",
      "name": "ADV Promos",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 63,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV 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/advp_ja/61vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/61vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/61vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Doubleslap",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rest",
        "text": "Remove all Special Conditions and 3 damage counters from Jigglypuff (all if there are less than 3). Jigglypuff is now Asleep."
      }
    ],
    "rarity": "Promo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 27.2,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 27.2
        },
        {
          "condition": "DMG",
          "price": 6.54
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-06-27T02:46:21.830Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}