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

← Expansion Pack 20th Anniversary
Beedrill

Beedrill

Non #7 Pokémon Stage 2
Types
Grass
Illustrator
Ken Sugimori
Expansion
Expansion Pack 20th Anniversary · XY
Language
Japanese
TCGplayer
606073

Attacks

Poison Sting 30
Grass

Your opponent's Active Pokémon is now Poisoned.

Swarming Sting
Grass · Colorless

This attack does 40 damage times the number of Beedrill you have in play to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/cp6_ja-7?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp6_ja-7",
    "name": "Beedrill",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/7.large.webp"
      }
    ],
    "expansion": {
      "id": "cp6_ja",
      "name": "Expansion Pack 20th Anniversary",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP6",
      "printed_total": 87,
      "release_date": "2016/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Expansion Pack 20th Anniversary"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606073",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Swarming Sting",
        "text": "This attack does 40 damage times the number of Beedrill you have in play to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Non",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.5,
          "low": 17,
          "high": 32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:54.136Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.31
      }
    }
  }
}