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 Portrayals (Obsidian)
Charizard

Charizard

Uncommon #029/115 Pokémon Stage 2 HP 170
Types
Fire
Illustrator
Ryuta Fuse
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Royal Blaze 100
Colorless · Colorless

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

GET /api/v1/pokemon/cards/vpo-029?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-029",
    "name": "Charizard",
    "number": "029/115",
    "printed_number": "029/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-029.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-029.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-029.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-029.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-029.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-029.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "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": "Uncommon",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 104.25,
          "low": 84.5,
          "high": 191,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-21T03:27:53.838Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}