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

← Freeze Bolt
Bellossom

Bellossom

Non #4 Pokémon Stage 2 HP 110
Types
Grass
Illustrator
Mizue
Expansion
Freeze Bolt · Black & White
Language
Japanese
TCGplayer
601594

Attacks

Grass Knot 10+
Grass

Does 20 more damage for each Colorless in the Defending Pokémon's Retreat Cost.

Petal Dance 50×
Grass · Colorless · Colorless

Flip 3 coins. This attack does 50 damage times the number of heads. This Pokémon is now Confused.

GET /api/v1/pokemon/cards/bw6f_ja-4?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6f_ja-4",
    "name": "Bellossom",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6f_ja",
      "name": "Freeze Bolt",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Freeze Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601594",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Grass Knot",
        "text": "Does 20 more damage for each Colorless in the Defending Pokémon's Retreat Cost.",
        "damage": "10+"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Petal Dance",
        "text": "Flip 3 coins. This attack does 50 damage times the number of heads. This Pokémon is now Confused.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 70,
          "low": 41.33,
          "high": 70,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 60.37,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T03:29:43.437Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}