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

← Astral Radiance
Regidrago (Play Pokemon Stamp)

Regidrago (Play Pokemon Stamp)

Rare #118 Pokémon Basic HP 130
Types
Dragon
Illustrator
DOM
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
515443

Attacks

Giant Fangs 160
Grass · Fire · Colorless
GET /api/v1/pokemon/cards/swsh10-118vpp?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-118vpp",
    "name": "Regidrago (Play Pokemon Stamp)",
    "number": "118",
    "printed_number": "118",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-118vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-118vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-118vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "515443",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-118vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-118vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-118vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Dragon's Hoard",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may draw cards until you have 4 cards in your hand. You can't use more than 1 Dragon's Hoard Ability each turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Giant Fangs",
        "damage": "160"
      }
    ],
    "rarity": "Rare",
    "artist": "DOM",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:50:29.227Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.94
      }
    }
  }
}