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

← Gem Pack Vol. 6
Bewear

Bewear

Common #1602/07 Pokémon Stage 1 HP 130
Types
Colorless
Illustrator
Takeshi Nakamura
Expansion
Gem Pack Vol. 6 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Power Charger 30
Colorless

Search your deck for a Basic Energy card and attach it to this Pokémon. Then, shuffle your deck.

Hammer In 130
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/cn-gem-pack-vol-6-1602?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-6-1602",
    "name": "Bewear",
    "number": "1602/07",
    "printed_number": "1602/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1602.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1602.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1602.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-6",
      "name": "Gem Pack Vol. 6",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/08/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-6.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 6"
        }
      }
    },
    "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/cn-gem-pack-vol-6-1602.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1602.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1602.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Power Charger",
        "text": "Search your deck for a Basic Energy card and attach it to this Pokémon. Then, shuffle your deck.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:29.357Z"
    }
  }
}