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

← Steam Siege
Jumpluff

Jumpluff

Rare #5 Pokémon Stage 2 HP 90
Types
Grass
Illustrator
Suwama Chiaki
Expansion
Steam Siege · XY
Language
English
TCGplayer
120994

Attacks

Fluffy Transport
Colorless

Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.

Solar Step 20
Grass

This attack does 20 damage times the number of your remaining Prize cards.

GET /api/v1/pokemon/cards/xy11-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-5",
    "name": "Jumpluff",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/5.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "120994",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fluffy Transport",
        "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Solar Step",
        "text": "This attack does 20 damage times the number of your remaining Prize cards.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "LP",
          "price": 0.31
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.82
      }
    }
  }
}