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

← Shiny Star V
Zamazenta V

Zamazenta V

Ultra Rare #330 Pokémon BasicV HP 230
Types
Metal
Illustrator
aky CG Works
Expansion
Shiny Star V · Sword & Shield
Language
Japanese
TCGplayer
571253
GET /api/v1/pokemon/cards/swsh4a_ja-330vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4a_ja-330vh",
    "name": "Zamazenta V",
    "number": "330",
    "printed_number": "330",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/330vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/330vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/330vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4a_ja",
      "name": "Shiny Star V",
      "total": 330,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4a",
      "printed_total": 190,
      "release_date": "2020/11/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Star V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571253",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/330vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/330vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/330vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Metal"
    ],
    "hp": "230",
    "abilities": [
      {
        "name": "Dauntless Shield",
        "text": "Prevent all damage done to this Pokémon by attacks from your opponent's Pokémon VMAX.",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 9.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.21
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 37.5,
          "low": 31.88,
          "high": 43.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 17,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 57.9,
          "low": 70,
          "high": 70,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.37,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:09:03.251Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.72
      }
    }
  }
}