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

← Vivid Voltage
Charizard (Play Pokemon Stamp)

Charizard (Play Pokemon Stamp)

Rare #25 Pokémon Stage 2 HP 170
Types
Fire
Illustrator
Ryuta Fuse
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
475980

Attacks

Royal Blaze 100+
Fire · Fire

This attack does 50 more damage for each Leon card in your discard pile.

GET /api/v1/pokemon/cards/swsh4-25vpp?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-25vpp",
    "name": "Charizard (Play Pokemon Stamp)",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4-25vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4-25vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4-25vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "475980",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4-25vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4-25vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4-25vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Battle Sense",
        "text": "Once during your turn, you may look at the top 3 cards of your deck and put 1 of them into your hand. Discard the other cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Royal Blaze",
        "text": "This attack does 50 more damage for each Leon card in your discard pile.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 46.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 46.19
        },
        {
          "condition": "LP",
          "price": 33.98
        },
        {
          "condition": "MP",
          "price": 24
        },
        {
          "condition": "DMG",
          "price": 10.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:33:17.454Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.02
      }
    }
  }
}