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

← Emerald Break
Dragonite

Dragonite

Rare #43 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
hatachu
Expansion
Emerald Break · XY
Language
Japanese
TCGplayer
603819

Attacks

Wrapped in Wind
Lightning

Attach 2 basic Energy cards from your hand to this Pokémon.

Heavy Impact 150
Grass · Grass · Grass · Lightning · Colorless
GET /api/v1/pokemon/cards/xy6_ja-43vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6_ja-43vh",
    "name": "Dragonite",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6_ja",
      "name": "Emerald Break",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY6",
      "printed_total": 78,
      "release_date": "2015/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Emerald Break"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603819",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/43vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Δ Plus",
        "text": "If your opponent's Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card.",
        "type": "Ancient Trait"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Wrapped in Wind",
        "text": "Attach 2 basic Energy cards from your hand to this Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Heavy Impact",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 26.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26.4
        },
        {
          "condition": "MP",
          "price": 10
        },
        {
          "condition": "DMG",
          "price": 20
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16.49,
          "low": 20.5,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 285,
          "low": 259.14,
          "high": 355,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "down",
            "percent": -16.9
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 41,
          "low": 31.4,
          "high": 49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 76.28,
          "low": 80.22,
          "high": 122.18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-16T02:53:57.198Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}