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

← Burning Shadows
Zygarde

Zygarde

Rare Holo #100 Pokémon Basic HP 150
Types
Dragon
Illustrator
Masakazu Fukuda
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138596

Attacks

Land Crush 80
Colorless · Colorless · Colorless
Core Enforcer 150
Darkness · Fairy · Colorless · Colorless

Discard a Darkness Energy and a Fairy Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sm3-100vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-100vh",
    "name": "Zygarde",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/100vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138596",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/100vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Land Crush",
        "damage": "80"
      },
      {
        "cost": [
          "Darkness",
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Core Enforcer",
        "text": "Discard a Darkness Energy and a Fairy Energy attached to this Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.59
        },
        {
          "condition": "LP",
          "price": 0.49
        },
        {
          "condition": "MP",
          "price": 0.3
        },
        {
          "condition": "HP",
          "price": 0.27
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11.25,
          "low": 9.38,
          "high": 11.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 6,
          "high": 7.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}