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

← Mega Evolution Black Star Promos
Victini

Victini

Promo #102 Pokémon Basic HP 80
Types
Fire
Illustrator
satoma
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713286

Attacks

Call For Family
Colorless

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.

V-Flame 50
Fire · Colorless
GET /api/v1/pokemon/cards/mep-102vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-102vh",
    "name": "Victini",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-102vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-102vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-102vh.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "713286",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-102vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-102vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-102vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call For Family",
        "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "V-Flame",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "satoma",
    "pricing": {
      "currency": "USD",
      "market": 99.95,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-16T18:28:33.606Z"
    }
  }
}