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

← Brave Stars (Courage)
Vileplume

Vileplume

Rare #007/128 Pokémon Stage 2 HP 150
Types
Grass
Illustrator
Jiro Sasumo
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Mega Drain 50
Colorless · Colorless

Heal 30 damage from this Pokémon.

Allergy Storm 90
Colorless · Colorless · Colorless

Flip a coin. If heads, during your opponent's next turn, they can't play any Supporter cards from their hand. If tails, during your opponent's next turn, they can't play any Item cards from their hand.

GET /api/v1/pokemon/cards/bsco-007?include=prices 200 46ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-007",
    "name": "Vileplume",
    "number": "007/128",
    "printed_number": "007/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-007.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-007.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-007.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-007.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-007.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-007.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mega Drain",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Allergy Storm",
        "text": "Flip a coin. If heads, during your opponent's next turn, they can't play any Supporter cards from their hand. If tails, during your opponent's next turn, they can't play any Item cards from their hand.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Jiro Sasumo",
    "pricing": {
      "currency": "USD",
      "market": 11,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:43.451Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}