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

← 30th Celebration
Zamazenta

Zamazenta

Rare #107 Pokémon Basic HP 130
Types
Metal
Illustrator
Tsuyoshi Nagano
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
716500

Attacks

Fend Off 20
Metal

Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.

Shield Press 100
Metal · Metal · Colorless

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

GET /api/v1/pokemon/cards/me55-107vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55-107vh",
    "name": "Zamazenta",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-107vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-107vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-107vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "716500",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-107vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-107vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-107vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Fend Off",
        "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shield Press",
        "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Tsuyoshi Nagano",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31.49,
          "low": 26.77,
          "high": 36.21,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:47:41.831Z"
    }
  }
}