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
Passimian

Passimian

Promo #SWSH115 Pokémon BasicRapid Strike HP 110
Types
Fighting
Illustrator
Teeziro
Expansion
SWSH Black Star Promos · Sword & Shield
Language
English
TCGplayer
240894

Attacks

Fling
Fighting

This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swshp-SWSH115vh?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp-SWSH115vh",
    "name": "Passimian",
    "number": "SWSH115",
    "printed_number": "SWSH115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH115vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH115vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH115vh.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": "240894",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH115vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH115vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH115vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Rapid Strike"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Throwing Coach",
        "text": "Your Rapid Strike Pokémon's attacks do 30 more damage to your opponent's Benched Pokémon V and Benched Pokémon-GX (before applying Weakness and Resistance). You can't apply more than 1 Throwing Coach Ability at a time.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Fling",
        "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 1.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.97
        },
        {
          "condition": "LP",
          "price": 1.25
        },
        {
          "condition": "MP",
          "price": 1.12
        },
        {
          "condition": "HP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.93,
          "low": 7.5,
          "high": 10.93,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:07:39.302Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.51
      }
    }
  }
}