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

← Guardians Rising
Bewear

Bewear

Uncommon #113 Pokémon Stage 1 HP 130
Types
Colorless
Illustrator
Shin Nagasawa
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131031

Attacks

Dangerous Blow 60
Colorless · Colorless · Colorless

If your opponent's Active Pokémon is a Basic Pokémon, this attack does 60 more damage.

GET /api/v1/pokemon/cards/sm2-113?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-113",
    "name": "Bewear",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/113.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/113.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/113.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131031",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/113.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/113.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/113.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Rake It In",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may draw 3 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dangerous Blow",
        "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 60 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.05
        },
        {
          "condition": "HP",
          "price": 0.04
        },
        {
          "condition": "DMG",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}