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

← XY Promos
Dragonair

Dragonair

Promo #132 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Mizue
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Shed Skin
Grass

Heal 30 damage from this Pokémon.

Slam 60×
Grass · Lightning · Colorless

Flip 2 coins. This attack does 60 damage times the number of heads.

GET /api/v1/pokemon/cards/xyp_ja-132?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-132",
    "name": "Dragonair",
    "number": "132",
    "printed_number": "132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/132.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/132.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/132.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/132.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/132.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/132.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Shed Skin",
        "text": "Heal 30 damage from this Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slam",
        "text": "Flip 2 coins. This attack does 60 damage times the number of heads.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37.2,
          "low": 31.62,
          "high": 42.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 148.58,
          "low": 141.45,
          "high": 149.04,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 58.56,
          "low": 39.7,
          "high": 93.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:47:57.605Z",
      "trend_7d": {
        "direction": "up",
        "percent": 57.14
      }
    }
  }
}