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

← Flight of Legends
Beedrill

Beedrill

Rare Holo #6 Pokémon Stage 2 HP 90
Types
Grass
Illustrator
Hajime Kusajima
Expansion
Flight of Legends · PCG
Language
Japanese
TCGplayer
612379

Attacks

Poison Sting 20
Grass

The Defending Pokémon is now Poisoned.

Link Needle 50+
Grass · Colorless · Colorless

This attack does 50 damage plus 30 more damage for each Beedrill (excluding this one) you have in play.

GET /api/v1/pokemon/cards/pcg1_ja-6vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg1_ja-6vh",
    "name": "Beedrill",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/6vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg1_ja",
      "name": "Flight of Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/04/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Flight of Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612379",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Link Needle",
        "text": "This attack does 50 damage plus 30 more damage for each Beedrill (excluding this one) you have in play.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 18.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.65
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "6.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 49.5,
          "high": 99.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:50:38.545Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}