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

← Forbidden Light
Zygarde

Zygarde

usually #48 Pokémon Basic HP 90
Types
Fighting
Illustrator
Akira Komayama
Expansion
Forbidden Light · Sun & Moon
Language
Japanese
TCGplayer
574044

Attacks

Peace Maker 30+
Fighting

If your opponent has an Ultra Beast in play, this attack does 30 more damage.

GET /api/v1/pokemon/cards/sm6_ja-48?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6_ja-48",
    "name": "Zygarde",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6_ja",
      "name": "Forbidden Light",
      "total": 110,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6",
      "printed_total": 94,
      "release_date": "2018/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Forbidden Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574044",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Earthen Aura",
        "text": "Damage from this Pokémon's attacks isn't affected by Weakness or Resistance.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Peace Maker",
        "text": "If your opponent has an Ultra Beast in play, this attack does 30 more damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.63,
          "low": 29.44,
          "high": 39.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:01:56.350Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}