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

← Blue Shock
Beheeyem

Beheeyem

Non #30 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
Blue Shock · XY
Language
Japanese
TCGplayer
603996

Attacks

Mind Bullet
Psychic

This attack does 20 damage to 1 of your opponent's Pokémon times the amount of Energy attached to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Psybeam 50
Psychic · Psychic

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/xy8b_ja-30?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8b_ja-30",
    "name": "Beheeyem",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8b_ja",
      "name": "Blue Shock",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Shock"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603996",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Mind Bullet",
        "text": "This attack does 20 damage to 1 of your opponent's Pokémon times the amount of Energy attached to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Psybeam",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 2.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.39
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 94.23,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:11:41.604Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}