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

← Cosmic Eclipse
Victini

Victini

Rare Holo #30 Pokémon Basic HP 70
Types
Fire
Illustrator
Saya Tsuruta
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201207

Attacks

Combustion 30
Fire · Colorless
GET /api/v1/pokemon/cards/sm12-30vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-30vrh",
    "name": "Victini",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/30vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/30vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/30vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201207",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/30vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/30vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/30vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Victory Heal",
        "text": "Once during your turn (before your attack), you may heal 20 damage from 1 of your Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Combustion",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 2.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.09
        },
        {
          "condition": "LP",
          "price": 1.47
        },
        {
          "condition": "MP",
          "price": 0.86
        },
        {
          "condition": "HP",
          "price": 2
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 72,
          "low": 61.2,
          "high": 82.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.22,
          "low": 28.49,
          "high": 28.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}