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

← Rebel Clash
Zamazenta

Zamazenta

Rare #140 Pokémon Basic HP 120
Types
Metal
Illustrator
Hideki Ishikawa
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213240

Attacks

Guard Press 30
Metal · Colorless

During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).

Power Rush 120
Metal · Metal · Colorless

Flip a coin. If tails, this Pokémon can't attack during your next turn.

GET /api/v1/pokemon/cards/swsh2-140vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-140vrh",
    "name": "Zamazenta",
    "number": "140",
    "printed_number": "140",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/140vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/140vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/140vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213240",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/140vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/140vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/140vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guard Press",
        "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Rush",
        "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Hideki Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 0.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.88
        },
        {
          "condition": "LP",
          "price": 0.6
        },
        {
          "condition": "MP",
          "price": 0.58
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 83.94,
          "low": 74.66,
          "high": 83.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:45:11.316Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.15
      }
    }
  }
}