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

Radiant Greninja (Play Pokemon Stamp)

Radiant Rare #46 Pokémon BasicRadiant HP 130
Types
Water
Illustrator
Souichirou Gunjima
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
513807

Attacks

Moonlight Shuriken
Water · Water · Colorless

Discard 2 Energy from this Pokémon. This attack does 90 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh10-46vpp?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-46vpp",
    "name": "Radiant Greninja (Play Pokemon Stamp)",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-46vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-46vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-46vpp.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": "513807",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-46vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-46vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-46vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Radiant"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Concealed Cards",
        "text": "You must discard an Energy card from your hand in order to use this Ability. Once during your turn, you may draw 2 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Moonlight Shuriken",
        "text": "Discard 2 Energy from this Pokémon. This attack does 90 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Radiant Rare",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 129.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 129.55
        },
        {
          "condition": "MP",
          "price": 77.49
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.59,
          "low": 20.52,
          "high": 24.48,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:53:05.614Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.38
      }
    }
  }
}