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

← Peerless Fighters
Beedrill

Beedrill

Rare #3 Pokémon Stage 2Single Strike HP 130
Types
Grass
Illustrator
Misa Tsutsui
Expansion
Peerless Fighters · Sword & Shield
Language
Japanese
TCGplayer
570368

Attacks

Single 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/swsh5a_ja-3vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5a_ja-3vh",
    "name": "Beedrill",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5a_ja",
      "name": "Peerless Fighters",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5a",
      "printed_total": 70,
      "release_date": "2021/03/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Peerless Fighters"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570368",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Single Strike"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Single 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",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T12:04:05.700Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}