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

← Silver Tempest
Regidrago VSTAR

Regidrago VSTAR

Rare Rainbow #201 Pokémon VSTAR HP 280
Types
Dragon
Illustrator
PLANETA Yamashita
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451994

Attacks

Apex Dragon
Grass · Grass · Fire

Choose an attack from a Dragon Pokémon in your discard pile and use it as this attack.

GET /api/v1/pokemon/cards/swsh12-201vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-201vh",
    "name": "Regidrago VSTAR",
    "number": "201",
    "printed_number": "201",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/201vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/201vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/201vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451994",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/201vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/201vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/201vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VSTAR"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "280",
    "abilities": [
      {
        "name": "Legacy Star",
        "text": "During your turn, you may discard the top 7 cards of your deck. Then, put up to 2 cards from your discard pile into your hand. (You can't use more than 1 VSTAR Power in a game.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Fire"
        ],
        "converted_energy_cost": 3,
        "name": "Apex Dragon",
        "text": "Choose an attack from a Dragon Pokémon in your discard pile and use it as this attack."
      }
    ],
    "rarity": "Rare Rainbow",
    "artist": "PLANETA Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 8.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.12
        },
        {
          "condition": "LP",
          "price": 7.06
        },
        {
          "condition": "MP",
          "price": 6.84
        },
        {
          "condition": "HP",
          "price": 4
        },
        {
          "condition": "DMG",
          "price": 3.08
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.53,
          "low": 13.2,
          "high": 17.86,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.86,
          "low": 61,
          "high": 61,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 19.75,
          "high": 27.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:51:06.919Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.75
      }
    }
  }
}