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

← Star Birth
Breloom

Breloom

Non #4 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Sekio
Expansion
Star Birth · Sword & Shield
Language
Japanese
TCGplayer
569632

Attacks

Spore Ball 30
Grass

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

Dust Uppercut 130
Grass

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

GET /api/v1/pokemon/cards/swsh9_ja-4?include=prices 200 38ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9_ja-4",
    "name": "Breloom",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9_ja",
      "name": "Star Birth",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9",
      "printed_total": 100,
      "release_date": "2022/01/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Star Birth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569632",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Spore Ball",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Dust 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": "Non",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.73,
          "low": 30.6,
          "high": 51.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:00:27.296Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}