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

← Thunder Knuckle
Beedrill

Beedrill

Non #3 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
kawayoo
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer
602303

Attacks

Swift Sting 20+
Grass

If this Pokémon has full HP, this attack does 40 more damage, and the Defending Pokémon is now Confused and Poisoned.

Pierce 60
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bw8t_ja-3?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-3",
    "name": "Beedrill",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8t_ja",
      "name": "Thunder Knuckle",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunder Knuckle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602303",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Swift Sting",
        "text": "If this Pokémon has full HP, this attack does 40 more damage, and the Defending Pokémon is now Confused and Poisoned.",
        "damage": "20+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Pierce",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 6.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.48
        },
        {
          "condition": "LP",
          "price": 2.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125.74,
          "low": 84.11,
          "high": 220.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 9.03,
          "low": 7.68,
          "high": 10.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T02:52:47.139Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}