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

← Brave Stars (Charm)
Charizard V

Charizard V

Rare #152/127 Pokémon Basic HP 220
Types
Fire
Illustrator
Oswaldo KATO
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Incinerate 90
Colorless · Colorless · Colorless

Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.

Heat Blast 180
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bsch-152?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-152",
    "name": "Charizard V",
    "number": "152/127",
    "printed_number": "152/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-152.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-152.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-152.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "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/bsch-152.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-152.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-152.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Incinerate",
        "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.",
        "damage": "90"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Blast",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Oswaldo KATO",
    "pricing": {
      "currency": "USD",
      "market": 68.39,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 102.5,
          "low": 87.13,
          "high": 117.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 26.48,
          "low": 25.3,
          "high": 27.66,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 50.5,
          "low": 37.3,
          "high": 63.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 145.5,
          "low": 123.68,
          "high": 167.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:26:46.344Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}