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

← XY Trainer Kit Bisharp
Bisharp

Bisharp

Common #30 Pokémon Stage 1 HP 90
Types
Metal
Illustrator
Kagemaru Himeno
Expansion
XY Trainer Kit Bisharp · XY
Language
English
TCGplayer
98176

Attacks

Wicked Jab 20
Metal

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Metal Claw 70
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/tk7b-30vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk7b-30vh",
    "name": "Bisharp",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "tk7b",
      "name": "XY Trainer Kit Bisharp",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98176",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Wicked Jab",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Metal Claw",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.79
        },
        {
          "condition": "MP",
          "price": 0.48
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:20:26.028Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}