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

← VMAX Rising
Cinderace VMAX

Cinderace VMAX

Triple Rare #17 Pokémon VMAX HP 320
Types
Fire
Illustrator
5ban Graphics
Expansion
VMAX Rising · Sword & Shield
Language
Japanese
TCGplayer
570200

Attacks

Counter 30+
Fire · Colorless

If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage.

Max Pyro Ball 170
Fire · Fire · Colorless

Your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/swsh1a_ja-17vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1a_ja-17vh",
    "name": "Cinderace VMAX",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1a_ja",
      "name": "VMAX Rising",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1a",
      "printed_total": 70,
      "release_date": "2020/02/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Rising"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570200",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Counter",
        "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage.",
        "damage": "30+"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Max Pyro Ball",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.58
        },
        {
          "condition": "LP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 17.6,
          "low": 14.96,
          "high": 20.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 13.02,
          "low": 11.07,
          "high": 14.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.97,
          "low": 16.12,
          "high": 21.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:42:05.119Z",
      "trend_7d": {
        "direction": "up",
        "percent": 98.46
      }
    }
  }
}