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

← Surging Sparks
Bruxish

Bruxish

Uncommon #49 Pokémon Basic HP 110
Types
Water
Illustrator
Shibuzoh.
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589883

Attacks

Big Bite 50
Water · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/sv8-49?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-49",
    "name": "Bruxish",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/49.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589883",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Counterattack",
        "text": "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if this Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Big Bite",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}