Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Charm)
Weavile

Weavile

Uncommon #076/127 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
Hasuno
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Ransack
Colorless

Flip 2 coins. If either of them is heads, your opponent reveals their hand. For each heads, choose a card you find there and put it on the bottom of your opponent's deck in any order.

Slash 100
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bsch-076?include=prices 200 117ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-076",
    "name": "Weavile",
    "number": "076/127",
    "printed_number": "076/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-076.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-076.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-076.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-076.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-076.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-076.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ransack",
        "text": "Flip 2 coins. If either of them is heads, your opponent reveals their hand. For each heads, choose a card you find there and put it on the bottom of your opponent's deck in any order."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slash",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:30.017Z"
    }
  }
}