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

← Evolving Skies
Single Strike Scroll of the Fanged Dragon

Single Strike Scroll of the Fanged Dragon

Uncommon #158 Trainer Single StrikeItemPokémon Tool
Illustrator
5ban Graphics
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246779

Attacks

Superstrong Slash 300
Fighting · Metal · Metal · Colorless · Colorless

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh7-158?include=prices 200 13ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-158",
    "name": "Single Strike Scroll of the Fanged Dragon",
    "number": "158",
    "printed_number": "158",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/158.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/158.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/158.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246779",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/158.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/158.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/158.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Single Strike",
      "Item",
      "Pokémon Tool"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Superstrong Slash",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "300"
      }
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.07
        },
        {
          "condition": "LP",
          "price": 0.03
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T18:36:43.137Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}