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

← SM Trainer Kit Alolan Raichu
Bewear

Bewear

Common #18 Pokémon Stage 1 HP 130
Types
Colorless
Illustrator
kirisAki
Expansion
SM Trainer Kit Alolan Raichu · Sun & Moon
Language
English
TCGplayer
152874

Attacks

Bear Hug 40
Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

Superpower 80+
Colorless · Colorless · Colorless

You may do 40 more damage. If you do, this Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/tk10b-18?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10b-18",
    "name": "Bewear",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-18.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10b",
      "name": "SM Trainer Kit Alolan Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152874",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bear Hug",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Superpower",
        "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:28:15.313Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.56
      }
    }
  }
}