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

← Tidal Storm
Beedrill

Beedrill

usually #3 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Kouki Saitou
Expansion
Tidal Storm · XY
Language
Japanese
TCGplayer
603730

Attacks

Allergic Shock
Grass

During your next turn, if the Defending Pokémon is damaged by an attack, it is Knocked Out.

Twineedle 50×
Grass · Grass

Flip 2 coins. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/xy5t_ja-3?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5t_ja-3",
    "name": "Beedrill",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5t_ja",
      "name": "Tidal Storm",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tidal Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603730",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Allergic Shock",
        "text": "During your next turn, if the Defending Pokémon is damaged by an attack, it is Knocked Out."
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Twineedle",
        "text": "Flip 2 coins. This attack does 50 damage times the number of heads.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 6.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 44.68,
          "low": 37.35,
          "high": 96.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-08-14T05:14:25.784Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}