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

← Dragon Vault
Dragonair

Dragonair

Rare Holo #3 Pokémon Stage 1 HP 70
Types
Dragon
Illustrator
Hajime Kusajima
Expansion
Dragon Vault · Black & White
Language
English
TCGplayer
84902

Attacks

Tail Whap 20
Colorless · Colorless
Dragon Pulse 70
Grass · Lightning · Colorless

Discard the top card of your deck.

GET /api/v1/pokemon/cards/dv1-3vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dv1-3vh",
    "name": "Dragonair",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dv1",
      "name": "Dragon Vault",
      "total": 21,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRV",
      "printed_total": 20,
      "release_date": "2012/10/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84902",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tail Whap",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Pulse",
        "text": "Discard the top card of your deck.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 5.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.89
        },
        {
          "condition": "LP",
          "price": 5.15
        },
        {
          "condition": "MP",
          "price": 3.07
        },
        {
          "condition": "HP",
          "price": 1.85
        },
        {
          "condition": "DMG",
          "price": 1.94
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 16,
          "low": 16,
          "high": 16,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 34.03,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.98,
          "low": 39,
          "high": 39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.88,
          "low": 20,
          "high": 35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:53:21.876Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.84
      }
    }
  }
}