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

← White Flare
Hydreigon ex

Hydreigon ex

Super Rare #163 Pokémon Stage 2ex HP 330
Types
Darkness
Illustrator
5ban Graphics
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer
636716

Attacks

Dark Bite 200
Darkness · Darkness · Darkness · Colorless · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/sv11w_ja-163vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-163vh",
    "name": "Hydreigon ex",
    "number": "163",
    "printed_number": "163",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/163vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/163vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/163vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11w_ja",
      "name": "White Flare",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11W",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636716",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/163vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/163vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/163vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "330",
    "abilities": [
      {
        "name": "Greed Eater",
        "text": "If your opponent's Basic Pokémon is Knocked Out by damage from an attack used by this Pokémon, take 1 more Prize card.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Dark Bite",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.05
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.5,
          "low": 10,
          "high": 20,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.5,
          "low": 25.01,
          "high": 37.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:09.346Z",
      "trend_7d": {
        "direction": "down",
        "percent": -44.15
      }
    }
  }
}