Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Surging Sparks
Victini

Victini

Uncommon #21 Pokémon Basic HP 70
Types
Fire
Illustrator
0313
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590087

Attacks

Flare 30
Fire · Colorless
GET /api/v1/pokemon/cards/sv8-21?include=prices 200 144ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-21",
    "name": "Victini",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/21.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/21.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/21.large.png"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590087",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/21.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/21.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/21.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Victory Cheer",
        "text": "Attacks used by your Evolution Fire Pokémon do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flare",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "0313",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.19
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:37:53.731Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.76
      }
    }
  }
}