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

← Plasma Storm
Piloswine

Piloswine

Uncommon #27 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Suwama Chiaki
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
88121

Attacks

Ice Beam 20
Water · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Quintuple Headbutt 40
Water · Water · Colorless · Colorless

Flip 5 coins. This attack does 40 damage times the number of heads.

GET /api/v1/pokemon/cards/bw8-27?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-27",
    "name": "Piloswine",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/27.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88121",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ice Beam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Quintuple Headbutt",
        "text": "Flip 5 coins. This attack does 40 damage times the number of heads.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "HP",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}