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

← Noble Victories
Bisharp

Bisharp

Uncommon #76 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
Kouki Saitou
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
83842

Attacks

Finishing Blow 20
Darkness

If the Defending Pokémon already has any damage counters on it, this attack does 50 more damage.

Night Slash 30
Darkness · Colorless

Switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/bw3-76vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-76vrh",
    "name": "Bisharp",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/76vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/76vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/76vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83842",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/76vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/76vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/76vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Finishing Blow",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack does 50 more damage.",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Night Slash",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.89
        },
        {
          "condition": "LP",
          "price": 3.51
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}