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

← Legendary Treasures
Hydreigon

Hydreigon

Rare Holo #99 Pokémon Stage 2 HP 150
Types
Dragon
Illustrator
Tomokazu Komiya
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
86243

Attacks

Dragonblast 140
Psychic · Darkness · Darkness · Colorless

Discard 2 Darkness Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw11-99vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-99vh",
    "name": "Hydreigon",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/99vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/99vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/99vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86243",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/99vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/99vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/99vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Dark Trance",
        "text": "As often as you like during your turn (before your attack), you may move a Darkness Energy attached to 1 of your Pokémon to another of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dragonblast",
        "text": "Discard 2 Darkness Energy attached to this Pokémon.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 12.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.71
        },
        {
          "condition": "LP",
          "price": 8.14
        },
        {
          "condition": "MP",
          "price": 4.26
        },
        {
          "condition": "HP",
          "price": 3.46
        },
        {
          "condition": "DMG",
          "price": 1.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 34,
          "low": 34,
          "high": 34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1170,
          "low": 1170,
          "high": 1170,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.75,
          "low": 15,
          "high": 48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.9
      }
    }
  }
}