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

← SM Black Star Promos
Passimian

Passimian

Promo #SM12 Pokémon Basic HP 110
Types
Fighting
Illustrator
Naoki Saito
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
127185

Attacks

Fling
Fighting

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

Team Play 10
Colorless · Colorless

This attack does 30 more damage for each of your Benched Passimian.

GET /api/v1/pokemon/cards/smp-SM12vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM12vh",
    "name": "Passimian",
    "number": "SM12",
    "printed_number": "SM12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM12vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "127185",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM12vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Fling",
        "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Team Play",
        "text": "This attack does 30 more damage for each of your Benched Passimian.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 9.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.79
        },
        {
          "condition": "LP",
          "price": 7.32
        },
        {
          "condition": "MP",
          "price": 6.97
        },
        {
          "condition": "HP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:11:32.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}