Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Glory of Team Rocket
Zamazenta

Zamazenta

Rare #75 Pokémon Basic
Types
Metal
Illustrator
Mitsuhiro Arita
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
628716

Attacks

Strong Bash
Metal · Metal · Colorless

During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon.

GET /api/v1/pokemon/cards/sv10_ja-75vh?include=prices 200 70ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-75vh",
    "name": "Zamazenta",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/75vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/75vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/75vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv10_ja",
      "name": "Glory of Team Rocket",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV10",
      "printed_total": 98,
      "release_date": "2025/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Glory of Team Rocket"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "628716",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/75vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/75vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/75vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Strong Bash",
        "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon."
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.92
        },
        {
          "condition": "LP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:51:11.427Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}