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

← Pokémon VS
Erika's Jumpluff

Erika's Jumpluff

usually #60 Pokémon Basic
Types
Grass
Illustrator
Motofumi Fujiwara
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
630846

Attacks

Cotton Absorb 10×
Grass

Flip 2 coins. This attack does 10 damage times the number of heads. Then, remove a number of damage counters from Erika's Jumpluff equal to the damage done to the Defending Pokémon (after applying Weakness and Resistance). If Erika's Jumpluff has fewer damage counters than that, remove all of them.

GET /api/v1/pokemon/cards/vs1_ja-60?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-60",
    "name": "Erika's Jumpluff",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/60.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/60.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/60.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "630846",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/60.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/60.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/60.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Cotton Absorb",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads. Then, remove a number of damage counters from Erika's Jumpluff equal to the damage done to the Defending Pokémon (after applying Weakness and Resistance). If Erika's Jumpluff has fewer damage counters than that, remove all of them.",
        "damage": "10×"
      }
    ],
    "rarity": "usually",
    "artist": "Motofumi Fujiwara",
    "pricing": {
      "currency": "USD",
      "market": 30.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.99
        },
        {
          "condition": "MP",
          "price": 25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 45.5,
          "low": 38.67,
          "high": 52.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23,
          "low": 23,
          "high": 29.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T02:11:38.845Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}