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

← Legendary Heartbeat
Zacian

Zacian

Common #33 Pokémon Basic HP 110
Types
Psychic
Illustrator
Shin Nagasawa
Expansion
Legendary Heartbeat · Sword & Shield
Language
Japanese
TCGplayer
571990

Attacks

Metal Armament 30
Colorless

Attach a basic Energy card from your discard pile to this Pokémon.

Amazing Sword 150+
Grass · Psychic · Metal

If your opponent has any Pokémon VMAX in play, this attack does 150 more damage.

GET /api/v1/pokemon/cards/swsh3a_ja-33vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3a_ja-33vh",
    "name": "Zacian",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja-33vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja-33vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja-33vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3a_ja",
      "name": "Legendary Heartbeat",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3a",
      "printed_total": 76,
      "release_date": "2020/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Heartbeat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571990",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja-33vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja-33vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja-33vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Metal Armament",
        "text": "Attach a basic Energy card from your discard pile to this Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Psychic",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Amazing Sword",
        "text": "If your opponent has any Pokémon VMAX in play, this attack does 150 more damage.",
        "damage": "150+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 13.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.39
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 23.51,
          "low": 23.51,
          "high": 23.51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 300,
          "low": 255,
          "high": 345,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 30,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 30.21,
          "low": 25.68,
          "high": 34.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 47.99,
          "high": 55.85,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:07:17.969Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}