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

← Temporal Forces
Brambleghast

Brambleghast

Rare #21 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
otumami
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542765

Attacks

Powerful Needles 80
Grass · Colorless · Colorless

Flip a coin for each Energy attached to this Pokémon. This attack does 80 damage for each heads.

GET /api/v1/pokemon/cards/sv5-21vh?include=prices 200 98ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-21vh",
    "name": "Brambleghast",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/21vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/21vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/21vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542765",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/21vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/21vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/21vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Resilient Soul",
        "text": "This Pokémon gets +50 HP for each Prize card your opponent has taken.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Powerful Needles",
        "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 80 damage for each heads.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "otumami",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "MP",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 19.5,
          "low": 19.5,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-29T14:11:03.389Z",
      "trend_7d": {
        "direction": "up",
        "percent": 15.38
      }
    }
  }
}