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

← Shining Synergy (Supreme)
Beedrill

Beedrill

Uncommon #009/150 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
You Iribi
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Destiny Stinger
Colorless

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/sssu-009?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-009",
    "name": "Beedrill",
    "number": "009/150",
    "printed_number": "009/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-009.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-009.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-009.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-009.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-009.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-009.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "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": "Uncommon",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:30.952Z"
    }
  }
}