Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Breloom

Breloom

Uncommon #019/128 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Sekio
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Spore Ball 30
Colorless

Your opponent's Active Pokémon is now Asleep.

Powdery Uppercut 130
Colorless

You can use this attack only if this Pokémon used Spore Ball during your last turn.

GET /api/v1/pokemon/cards/bsco-019?include=prices 200 55ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-019",
    "name": "Breloom",
    "number": "019/128",
    "printed_number": "019/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-019.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-019.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-019.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-019.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-019.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-019.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spore Ball",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Powdery Uppercut",
        "text": "You can use this attack only if this Pokémon used Spore Ball during your last turn.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:43.777Z"
    }
  }
}