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

← Secret Wonders
Breloom

Breloom

Uncommon #45 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Kouki Saitou
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
83957

Attacks

Drain Punch 40
Fighting · Colorless

Remove from Breloom a number of damage counters equal to the amount of Energy attached to the Defending Pokémon.

Homing Uppercut 60
Fighting · Colorless · Colorless

If the Defending Pokémon's Retreat Cost is 0, this attack does 60 damage plus 60 more damage.

GET /api/v1/pokemon/cards/dp3-45?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-45",
    "name": "Breloom",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/45.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83957",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Drain Punch",
        "text": "Remove from Breloom a number of damage counters equal to the amount of Energy attached to the Defending Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Homing Uppercut",
        "text": "If the Defending Pokémon's Retreat Cost is 0, this attack does 60 damage plus 60 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.16
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.38
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.87
      }
    }
  }
}