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

← Clay Burst
Bellibolt ex

Bellibolt ex

Super Rare #86 Pokémon Stage 1ex HP 280
Types
Lightning
Illustrator
PLANETA Yamashita
Expansion
Clay Burst · Scarlet & Violet
Language
Japanese
TCGplayer
565948

Attacks

Jump Press
Colorless · Colorless

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Paralyze Ball 160
Lightning · Lightning · Colorless

You may discard 2 Lightning Energy attached to this Pokémon. If you do, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/sv2d_ja-86vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2d_ja-86vh",
    "name": "Bellibolt ex",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/86vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/86vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/86vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2d_ja",
      "name": "Clay Burst",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2D",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clay Burst"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565948",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/86vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/86vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/86vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "280",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Jump Press",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Paralyze Ball",
        "text": "You may discard 2 Lightning Energy attached to this Pokémon. If you do, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 2.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.16
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 27.36,
          "low": 23.26,
          "high": 31.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.63,
          "low": 16.31,
          "high": 20.82,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7.75,
          "low": 5,
          "high": 5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 16,
          "high": 31.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:55.543Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.2
      }
    }
  }
}