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

Uncommon #71 Pokémon Basic HP 90
Types
Fighting
Illustrator
Akira Komayama
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165725

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-71?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-71",
    "name": "Zygarde",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/71.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165725",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/71.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": "Uncommon",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.3
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 33,
          "low": 25,
          "high": 33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T11:22:56.918Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}