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

← Crimson Invasion
Beedrill

Beedrill

Rare #3 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
kirisAki
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149024

Attacks

Sudden Sting 10
Grass

If this Pokémon evolved from Kakuna during this turn, your opponent's Active Pokémon is now Paralyzed and Poisoned.

Sharp Sting 60
Grass
GET /api/v1/pokemon/cards/sm4-3vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-3vrh",
    "name": "Beedrill",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/3vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/3vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/3vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149024",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/3vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/3vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/3vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Sudden Sting",
        "text": "If this Pokémon evolved from Kakuna during this turn, your opponent's Active Pokémon is now Paralyzed and Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Sharp Sting",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.45
        },
        {
          "condition": "LP",
          "price": 0.43
        },
        {
          "condition": "MP",
          "price": 0.39
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}