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

← Incandescent Arcana
Zacian

Zacian

Rare #52 Pokémon Basic HP 130
Types
Metal
Illustrator
nagimiso
Expansion
Incandescent Arcana · Sword & Shield
Language
Japanese
TCGplayer
570815

Attacks

Battle Region 20+
Metal

This attack does 10 more damage for each of your Benched Pokémon. This attack's damage isn't affected by Weakness or any other effects on your opponent's Active Pokémon.

Slicing Blade 100
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh11a_ja-52vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11a_ja-52vh",
    "name": "Zacian",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/52vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/52vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/52vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11a_ja",
      "name": "Incandescent Arcana",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11a",
      "printed_total": 68,
      "release_date": "2022/09/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Incandescent Arcana"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570815",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/52vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/52vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/52vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Battle Region",
        "text": "This attack does 10 more damage for each of your Benched Pokémon. This attack's damage isn't affected by Weakness or any other effects on your opponent's Active Pokémon.",
        "damage": "20+"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slicing Blade",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:09:52.614Z",
      "trend_7d": {
        "direction": "down",
        "percent": -52.31
      }
    }
  }
}