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

← Tag Bolt
Beedrill

Beedrill

Non #5 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
You Iribi
Expansion
Tag Bolt · Sun & Moon
Language
Japanese
TCGplayer
572539

Attacks

Destiny Stinger
Grass

You can use this attack only if this Pokémon has any damage counters on it. Both Active Pokémon are Knocked Out.

Reckless Charge 90
Colorless · Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/sm9_ja-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9_ja-5",
    "name": "Beedrill",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/5.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9_ja",
      "name": "Tag Bolt",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9",
      "printed_total": 95,
      "release_date": "2018/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tag Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572539",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Destiny Stinger",
        "text": "You can use this attack only if this Pokémon has any damage counters on it. Both Active Pokémon are Knocked Out."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:56:59.448Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.02
      }
    }
  }
}