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

← Paradigm Trigger
Regidrago V

Regidrago V

Super Rare #108 Pokémon BasicV HP 220
Types
Dragon
Illustrator
Hataya
Expansion
Paradigm Trigger · Sword & Shield
Language
Japanese
TCGplayer
570166

Attacks

Heavenly Screech
Colorless

Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon.

Dragon Laser 130
Grass · Grass · Fire

This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh12_ja-108vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12_ja-108vh",
    "name": "Regidrago V",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/108vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/108vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/108vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12_ja",
      "name": "Paradigm Trigger",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12",
      "printed_total": 98,
      "release_date": "2022/10/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradigm Trigger"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570166",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/108vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/108vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/108vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Heavenly Screech",
        "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Fire"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Laser",
        "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "130"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Hataya",
    "pricing": {
      "currency": "USD",
      "market": 34.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 34.2
        },
        {
          "condition": "LP",
          "price": 29.16
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 226.25,
          "low": 93,
          "high": 359.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.5,
          "low": 21.25,
          "high": 43.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 29.99,
          "low": 29.99,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 63.48,
          "low": 47.9,
          "high": 82.52,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:36:20.214Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.91
      }
    }
  }
}