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

← XY
Beedrill

Beedrill

Rare #5 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Shin Nagasawa
Expansion
XY · XY
Language
English
TCGplayer
83774

Attacks

Poison Jab 20
Grass

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

Flash Needle 40
Grass · Grass

Flip 3 coins. This attack does 40 damage times the number of heads. If all of them are heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.

GET /api/v1/pokemon/cards/xy1-5vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-5vrh",
    "name": "Beedrill",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/5vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/5vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/5vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83774",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/5vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/5vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/5vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Jab",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Flash Needle",
        "text": "Flip 3 coins. This attack does 40 damage times the number of heads. If all of them are heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.86
        },
        {
          "condition": "LP",
          "price": 1.15
        },
        {
          "condition": "MP",
          "price": 1.05
        },
        {
          "condition": "HP",
          "price": 0.99
        },
        {
          "condition": "DMG",
          "price": 0.36
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:05:54.667Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.54
      }
    }
  }
}