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
Radiant Tsareena (Play Pokemon Stamp)

Radiant Tsareena (Play Pokemon Stamp)

Radiant Rare #16 Pokémon BasicRadiant HP 140
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
513811

Attacks

Aroma Shot 90
Grass · Colorless · Colorless

This Pokémon recovers from all Special Conditions.

GET /api/v1/pokemon/cards/swsh12-16vpp?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-16vpp",
    "name": "Radiant Tsareena (Play Pokemon Stamp)",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12-16vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12-16vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12-16vpp.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": "513811",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12-16vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12-16vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12-16vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Radiant"
    ],
    "types": [
      "Grass"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Elegant Heal",
        "text": "Once during your turn, you may heal 20 damage from each of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aroma Shot",
        "text": "This Pokémon recovers from all Special Conditions.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Radiant Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 21.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 21.22
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:51:06.919Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.86
      }
    }
  }
}