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

← T Promos
Dragonite

Dragonite

Promo #18 Pokémon Stage 2
Types
Colorless
Illustrator
Kouki Saitou
Expansion
T Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpt_ja-18vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpt_ja-18vh",
    "name": "Dragonite",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/18vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/18vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/18vh.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpt_ja",
      "name": "T Promos",
      "total": 24,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 24,
      "release_date": "2002/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.symbol.png",
      "translation": {
        "en": {
          "name": "T Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/18vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/18vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/18vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "abilities": [
      {
        "name": "Dragon Aura",
        "text": "Once during your turn (before your attack), if Dragonite is your Active Pokémon, you may flip a coin. If heads, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon, if any. If tails, switch Dragonite with 1 of your Benched Pokémon, if any. This power can't be used if Dragonite is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 130.48,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 498,
          "low": 423.3,
          "high": 572.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1605,
          "low": 1107.5,
          "high": 2102.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 201.7,
          "low": 171.45,
          "high": 231.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T00:02:27.026Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}