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

← SWSH Black Star Promos
Rapidash (Staff Stamp)

Rapidash (Staff Stamp)

Promo #SWSH270 Pokémon Stage 1 HP 100
Types
Fire
Illustrator
aoki
Expansion
SWSH Black Star Promos · Sword & Shield
Language
English
TCGplayer
GET /api/v1/pokemon/cards/swshp-SWSH270vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp-SWSH270vs",
    "name": "Rapidash (Staff Stamp)",
    "number": "SWSH270",
    "printed_number": "SWSH270",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp-SWSH270vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp-SWSH270vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp-SWSH270vs.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp",
      "name": "SWSH Black Star Promos",
      "total": 307,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PR-SW",
      "printed_total": 307,
      "release_date": "2019/11/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp-SWSH270vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp-SWSH270vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp-SWSH270vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Heat Boost",
        "text": "Once during your turn, you may discard a Fire Energy card from your hand in order to use this Ability. During this turn, your Fire Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "aoki",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        },
        {
          "condition": "LP",
          "price": 1.78
        },
        {
          "condition": "MP",
          "price": 0.85
        },
        {
          "condition": "HP",
          "price": 0.9
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:07:39.302Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.56
      }
    }
  }
}