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

← Sword & Shield Promos
Cinderace VMAX

Cinderace VMAX

Promo #169 Pokémon Single StrikeVMAX HP 320
Types
Fire
Illustrator
5ban Graphics
Expansion
Sword & Shield Promos · Sword & Shield
Language
Japanese
TCGplayer

Attacks

G-Max Fireball 230
Fire · Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Burned. During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/swshp_ja-169vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp_ja-169vh",
    "name": "Cinderace VMAX",
    "number": "169",
    "printed_number": "169",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/169vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/169vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/169vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp_ja",
      "name": "Sword & Shield Promos",
      "total": 340,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "PROMO",
      "printed_total": 340,
      "release_date": "2019/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword & Shield Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/169vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/169vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/169vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Single Strike",
      "VMAX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "G-Max Fireball",
        "text": "Your opponent's Active Pokémon is now Burned. During your next turn, this Pokémon can't attack.",
        "damage": "230"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.45
        },
        {
          "condition": "LP",
          "price": 3.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.25,
          "low": 19.76,
          "high": 26.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 24.5,
          "high": 55,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.81,
          "low": 14.75,
          "high": 32.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T04:05:02.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 37.35
      }
    }
  }
}