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 Phantoms
Bellossom δ

Bellossom δ

Rare #19 Pokémon Stage 2 HP 100
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Holon Phantoms · EX
Language
English
TCGplayer
83803

Attacks

Aqua Flower 40
Water · Colorless

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

GET /api/v1/pokemon/cards/ex13-19?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex13-19",
    "name": "Bellossom δ",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/19.large.webp"
      }
    ],
    "expansion": {
      "id": "ex13",
      "name": "Holon Phantoms",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HP",
      "printed_total": 110,
      "release_date": "2006/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83803",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "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": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 3.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.61
        },
        {
          "condition": "LP",
          "price": 3.56
        },
        {
          "condition": "MP",
          "price": 2.28
        },
        {
          "condition": "HP",
          "price": 1.46
        },
        {
          "condition": "DMG",
          "price": 1.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 49.5,
          "low": 42.08,
          "high": 56.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 122.5,
          "low": 104.13,
          "high": 140.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:30:19.103Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.73
      }
    }
  }
}