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

← Pokémon GO
Dragonite VSTAR

Dragonite VSTAR

Hyper Rare #86 Pokémon VSTAR HP 280
Types
Dragon
Illustrator
PLANETA Tsuji
Expansion
Pokémon GO · Sword & Shield
Language
Japanese
TCGplayer

Attacks

Giga Impact 250
Water · Lightning · Colorless · Colorless

During your next turn, this Pokémon can't attack.

Draconic Star
Colorless

Look at the top 12 cards of your deck and attach any number of Water or Lightning Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck. (You can't use more than 1 VSTAR Power in a game.)

GET /api/v1/pokemon/cards/swsh10b_ja-86vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10b_ja-86vh",
    "name": "Dragonite VSTAR",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/86vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/86vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/86vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10b_ja",
      "name": "Pokémon GO",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10b",
      "printed_total": 71,
      "release_date": "2022/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon GO"
        }
      }
    },
    "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/swsh10b_ja/86vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/86vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/86vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VSTAR"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "280",
    "attacks": [
      {
        "cost": [
          "Water",
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Giga Impact",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "250"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Draconic Star",
        "text": "Look at the top 12 cards of your deck and attach any number of Water or Lightning Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck. (You can't use more than 1 VSTAR Power in a game.)"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 25.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.84
        },
        {
          "condition": "LP",
          "price": 14.98
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 50.82,
          "low": 49.68,
          "high": 50.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 61,
          "low": 51.85,
          "high": 70.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 39,
          "high": 47.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17,
          "low": 15.65,
          "high": 26.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 43.67,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 95,
          "low": 94.3,
          "high": 127.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:23:58.825Z",
      "trend_7d": {
        "direction": "up",
        "percent": 29.26
      }
    }
  }
}