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

← Chilling Reign
Beedrill

Beedrill

Rare Holo #3 Pokémon Stage 2Single Strike HP 130
Types
Grass
Illustrator
Misa Tsutsui
Expansion
Chilling Reign · Sword & Shield
Language
English
TCGplayer
241650

Attacks

Persist Sting
Grass

If your opponent's Active Pokémon has any Special Energy attached, it is Knocked Out.

Jet Spear 110
Grass

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh6-3vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6-3vh",
    "name": "Beedrill",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6",
      "name": "Chilling Reign",
      "total": 233,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRE",
      "printed_total": 198,
      "release_date": "2021/06/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "241650",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Single Strike"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Persist Sting",
        "text": "If your opponent's Active Pokémon has any Special Energy attached, it is Knocked Out."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Jet Spear",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 49.95,
          "low": 42.46,
          "high": 57.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.98,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:11:51.488Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.9
      }
    }
  }
}