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

← Holon Phantom
Bellossom δ

Bellossom δ

Non #13 Pokémon Stage 2Delta Species HP 100
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Holon Phantom · PCG
Language
Japanese
TCGplayer

Attacks

Aqua Flower 40
Water · Colorless

During your opponent's next turn, Bellossom has no Weakness.

GET /api/v1/pokemon/cards/pcg7_ja-13?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg7_ja-13",
    "name": "Bellossom δ",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg7_ja",
      "name": "Holon Phantom",
      "total": 52,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 52,
      "release_date": "2006/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Phantom"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Delta Species"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Fellowship",
        "text": "Bellossom can use the attacks of all Oddish, Gloom, Vileplume, Vileplume ex, or other Bellossom you have in play as its own. (You still need the necessary Energy to use each attack.)",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Flower",
        "text": "During your opponent's next turn, Bellossom has no Weakness.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.25,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:01:31.330Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}