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

← Sun & Moon
Bruxish

Bruxish

Rare #48 Pokémon Basic HP 110
Types
Water
Illustrator
Mizue
Expansion
Sun & Moon · Sun & Moon
Language
English
TCGplayer
126919

Attacks

Vivid Charge
Colorless

Search your deck for up to 3 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.

Psychic Fangs 90
Water · Water · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm1-48?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1-48",
    "name": "Bruxish",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/48.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1",
      "name": "Sun & Moon",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SUM",
      "printed_total": 149,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "126919",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Vivid Charge",
        "text": "Search your deck for up to 3 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic Fangs",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:33:45.251Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}