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

← Obsidian Flames
Bellibolt

Bellibolt

Uncommon #77 Pokémon Stage 1 HP 130
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509858

Attacks

Electrobullet 70
Lightning · Colorless

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

GET /api/v1/pokemon/cards/sv3-77vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-77vrh",
    "name": "Bellibolt",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/77vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/77vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/77vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509858",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/77vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/77vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/77vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Electrobullet",
        "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "LP",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}