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

← Hail Blizzard
Bisharp

Bisharp

Rare #42 Pokémon Stage 1 HP 100
Types
Metal
Illustrator
5ban Graphics
Expansion
Hail Blizzard · Black & White
Language
Japanese
TCGplayer
601057

Attacks

Energy Stream 20
Colorless

Attach a Metal Energy card from your discard pile to this Pokémon.

Metal Scissors 40+
Colorless · Colorless · Colorless

Does 20 more damage for each Metal Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw3h_ja-42vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3h_ja-42vh",
    "name": "Bisharp",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/42vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/42vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/42vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3h_ja",
      "name": "Hail Blizzard",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Hail Blizzard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601057",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/42vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/42vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/42vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Stream",
        "text": "Attach a Metal Energy card from your discard pile to this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Metal Scissors",
        "text": "Does 20 more damage for each Metal Energy attached to this Pokémon.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 74.99,
          "low": 63.74,
          "high": 86.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77.25,
          "low": 73.62,
          "high": 80.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:05:24.659Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}