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

← Blue Sky Stream
Zygarde

Zygarde

Rare #48 Pokémon BasicRapid Strike HP 130
Types
Dragon
Illustrator
otumami
Expansion
Blue Sky Stream · Sword & Shield
Language
Japanese
TCGplayer
569460

Attacks

Bite 30
Colorless
Judgment Surge
Grass · Fighting · Colorless

This attack does 40 damage to 1 of your opponent's Pokémon for each Prize card your opponent has taken. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh7r_ja-48vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7r_ja-48vh",
    "name": "Zygarde",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/48vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/48vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/48vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7r_ja",
      "name": "Blue Sky Stream",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7R",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Sky Stream"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569460",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/48vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/48vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/48vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Rapid Strike"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Judgment Surge",
        "text": "This attack does 40 damage to 1 of your opponent's Pokémon for each Prize card your opponent has taken. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Rare",
    "artist": "otumami",
    "pricing": {
      "currency": "USD",
      "market": 1.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:34:41.209Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}