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
Rapid Strike Scroll of the Flying Dragon

Rapid Strike Scroll of the Flying Dragon

Uncommon #153 Trainer Rapid StrikeItemPokémon Tool
Illustrator
5ban Graphics
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246778

Attacks

Meteor
Fire · Lightning

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

GET /api/v1/pokemon/cards/swsh7-153vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-153vrh",
    "name": "Rapid Strike Scroll of the Flying Dragon",
    "number": "153",
    "printed_number": "153",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/153vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/153vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/153vrh.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": "246778",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/153vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/153vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/153vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Rapid Strike",
      "Item",
      "Pokémon Tool"
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Meteor",
        "text": "Discard 2 Energy from this Pokémon. This attack does 90 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:17:11.943Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}